@php $mainData=getMainData(); @endphp @if(app()->getLocale() =='ar') @else @endif
{{(!empty($mainData->name)) ? $mainData->name : 'Project'}}
@include('dashbord.layouts.head') {{-- --}}
Loading...
@include('dashbord.layouts.main-headerbar')
@include('dashbord.layouts.main-sidebar')
@yield('toolbar')
@yield('content')
{{-- @include('dashbord.layouts.footer')--}}
@include('dashbord.layouts.footer-scripts')