flexisip-account-manager/flexiapi/resources/views/api/documentation.blade.php
2023-05-23 14:49:03 +00:00

6 lines
No EOL
167 B
PHP

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