flexisip-account-manager/flexiapi/resources/views/api/documentation.blade.php
2025-04-08 09:02:35 +00:00

8 lines
213 B
PHP

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