mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 18:08:06 +00:00
8 lines
213 B
PHP
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
|