@yield('customStyle')
@yield('title')
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@if (Session::has('status') && Session::get('status') == 'nik-not-found')
@elseif (Session::has('status') && Session::get('status') == 'have-attend')
@elseif (Session::has('status') && Session::get('status') == 'not-open')
@elseif (Session::has('status') && Session::get('status') == 'no-weekday')
@elseif (Session::has('status') && Session::get('status') == 'not-open-date')
@elseif (Session::has('status') && Session::get('status') == 'done')
@endif
@yield('script')