6 lines
75 B
PHP
6 lines
75 B
PHP
|
|
@layout('docs::template')
|
||
|
|
|
||
|
|
@section('content')
|
||
|
|
{{ $content }}
|
||
|
|
@endsection
|