@php $settings = App\Models\settings::first(); @endphp {{ $title }} @stack('style')
@if (Request::is('dashboard*'))
@elseif(Request::is('my-profile*') || Request::is('laporan-kerja') || Request::is('laporan-kerja/show*') || Request::is('cuti*') || Request::is('pengajuan-keuangan*') || Request::is('berita-user*') || Request::is('informasi-user*'))

{{ $title }}

@else

{{ $title }}

@endif @yield('container')
@php $settings = App\Models\settings::first(); @endphp
@include('sweetalert::alert') @stack('script')