@if (app()->getLocale() == 'en')
@else
@endif {{-- font --}}
@yield('css')
@include('dashboard.header')
@include('dashboard.sidebar')
@yield('page_name')
@yield('bread_crumb')
@yield('actions')
@yield('content')
@yield('js')