flexisip-account-manager/flexiapi/resources/views/api/documentation.blade.php
2021-07-27 09:35:47 +00:00

6 lines
No EOL
148 B
PHP

@extends('layouts.main')
@section('content')
{{-- This view is only a wrapper for the markdown page --}}
{!! $documentation !!}
@endsection