mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
8 lines
199 B
PHP
8 lines
199 B
PHP
@extends('layouts.main', ['welcome' => true])
|
|
|
|
@section('content')
|
|
<div>
|
|
{{-- This view is only a wrapper for the markdown page --}}
|
|
{!! $documentation !!}
|
|
</div>
|
|
@endsection
|