@section('header') @show
You will be logged off in
seconds due to inactivity.
Click here to continue using this web page
.
{{ ucwords(strtolower(Auth::user()->name)) }} ({{ Auth::user()->roles->first()->description }})
@if(!empty(Auth::user()->detail)) @if(Auth::user()->detail->user_type == '3')
Profil
@elseif(Auth::user()->detail->user_type == '2')
Profil
@else
Profil Saya
@endif @endif
Tukar Katalaluan
{{ __('Admin::base.logout') }}
{{ Globe::baseconf('config_system_longname') }}
@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'))
Menu Utama
{{ Form::main_menu() }}
@endif @else
Menu Utama
{{ Form::main_menu() }}
@endif
@yield('breadcrumb')
@include('common.message') @yield('content')
×
Tukar Katalaluan
{!! Form::open(['action'=>'\App\Modules\Admin\Controllers\UserController@changepassword', 'method'=>'post', 'class'=>'form-horizontal form-label-left','id'=>'data_form_password']) !!}
×
Kata laluan mestilah melebihi 8 aksara dan mengandungi sekurang-kurangnya satu huruf besar, satu huruf kecil dan satu nombor.
Katalaluan
Pengesahan Katalaluan
{!! Form::close() !!}
@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