{{ load_extended_files('admin_css') }}
@if(get_company_logo(NULL, TRUE))
@else {{ get_company_logo(NULL, TRUE) }} @endif
@include('notification_bell')
{{ auth()->user()->first_name }}
@if(auth()->user()->is_administrator)
@lang('form.create_new')
@lang('form.invoice')
@lang('form.estimate')
@lang('form.proposal')
@lang('form.expense')
@lang('form.vendor')
@lang('form.task')
@lang('form.ticket')
@lang('form.project')
@lang('form.customer')
@lang('form.lead')
@endif
@lang('form.my_account')
@lang('form.logout')
{{ csrf_field() }}
@include('layouts.menu')
@include('layouts.flash_message') @yield('content')