@section('header') @show
You will be logged off in  seconds due to inactivity. Click here to continue using this web page.
 
@if(!empty(Auth::user()->detail)) @if(Auth::user()->detail->user_type == '1' || (in_array(Auth::user()->detail->user_type,['2','3']) && Auth::user()->supplier_status != '0'))
@endif @else
@endif
@yield('breadcrumb')
@include('common.message') @yield('content')
@if(!empty(Auth::user()->detail)) @if(Auth::user()->detail->user_type == '1' || (in_array(Auth::user()->detail->user_type,['2','3']) && Auth::user()->supplier_status != '0')) @endif @endif @if( Globe::baseconf("config_auto_logout") == 1 ) @endif @section('footer') @show