flexisip-account-manager/flexiapi/resources/views/api/documentation.blade.php
Timothée Jaussoin 86983f3f9b Add the About page
2023-07-07 15:22:56 +00:00

8 lines
199 B
PHP

@extends('layouts.main', ['welcome' => true])
@section('content')
<div>
{{-- This view is only a wrapper for the markdown page --}}
{!! $documentation !!}
</div>
@endsection