@php $mainData=getMainData(); @endphp {{(!empty($mainData->name)) ? $mainData->name : 'freefare'}} @include('dashbord.layouts.head')
@include('dashbord.layouts.main-headerbar')
@include('dashbord.layouts.main-sidebar')
@yield('page-header')
@yield('body')
@include('dashbord.layouts.footer')
@include('dashbord.layouts.footer-scripts')