@if (!env('APP_SETUP_DONE'))
@yield('content')
Warning!
Lakukan Setup Sistem
Sync Setup
@endif
@if (isWebMaster())
Warning! {{ env('ALERT_WARNING_WEB_MASTER') }}
@else
@if (!$GlobalVar)
Warning! Belum ada perusahaan yang aktif, silahkan pilih perusahaan terlebih dahulu.
@endif
@endif
@if(Session::has('error'))
Error! {{ Session::get('error') }}
@endif