flexisip-account-manager/flexiapi/resources/views/provisioning/documentation.blade.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