@yield('custom_style')
{{--
{{__('obs.dashboard')}}
{{__('obs.profile')}}
{{__('obs.manual')}} {{__('obs.punch')}}
{{__('obs.leave')}}
{{__('obs.loan')}}
{{__('obs.tour')}}
{{__('obs.early')}} {{__('obs.out')}}
{{__('obs.late')}} {{__('obs.in')}}
{{__('obs.attendance')}} {{__('obs.report')}}
{{__('obs.conveyance')}}
{{__('obs.change')}} {{__('obs.password')}}
Holiday Ot Request
{{__('obs.notice')}}
{{__('obs.circular')}}
{{__('obs.meeting')}} {{__('obs.minutes')}}
{{__('obs.report')}} {{__('obs.checklist')}}
{{__('obs.notification')}}
{{__('obs.salary')}} {{__('obs.statement')}}
{{ __('Logout') }}
@csrf
--}}
{!! session('employee_sidebar_html') !!} {{--
{{__('obs.dashboard')}}
--}} @if (activeRole()->count()>1)
{{__('obs.admin')}} {{__('obs.dashboard')}}
@endif
{{ __('Logout') }}
@csrf
@yield('content')
@yield('script') {{-- Select2 --}} @if(env('CURRENT_LOCATION_ENABLE')) @include('admin.location.script') @endif