@php
use App\Models\Profile;
use Illuminate\Support\Facades\Crypt;
$profile = Profile::user();
@endphp
@include('system-layouts.head-plugin-calendar')
Latest Products
@php
// $ajax = isset($ajax)?$ajax:null;
if($ajax==1){
@endphp
@include('system-layouts.layout-footer')
@include('system-layouts.footer-plugin-calendar')
@php } @endphp
@include('mod-calendar.calendar-script')