20 lines
375 B
PHP
Executable File
20 lines
375 B
PHP
Executable File
@extends('layouts/full')
|
|
|
|
@section('title')
|
|
Disclaimer
|
|
@endsection
|
|
|
|
@section('breadcrumb')
|
|
<ul class="bread_crumb">
|
|
<li><a title="Home" href="/">Home</a></li>
|
|
<li class="separator"><i class="fa-solid fa-chevron-right"></i></li>
|
|
<li>Disclaimer</li>
|
|
</ul>
|
|
@endsection
|
|
|
|
@section('content')
|
|
<div class="page_body">
|
|
|
|
</div>
|
|
@endsection
|