flexisip-account-manager/flexiapi/resources/views/api/documentation.blade.php
Timothée Jaussoin fc96338bfb Redesign the UI
2023-06-09 08:24:49 +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