@extends('layouts.adminLayout.admin_design')
@section('content')
{{ __('lbl.profile') }} |
{{ __('lbl.name') }} |
{{ __('lbl.pos_pin') }} |
{{ __('lbl.email') }} |
{{ __('lbl.phone') }} |
{{ __('lbl.emptype') }} |
{{ __('lbl.sort') }} |
{{ __('lbl.active') }} |
{{ __('lbl.action') }} |
{{Form::hidden('employeeslist',route('employees.index'),['id'=>'employeeslist'])}}
{{Form::hidden('statusupdate',route('statusupdate'),['id'=>'statusupdate'])}}
@endsection
@section('pagescript')
{!! Helper::datatablelib('employees/list.js') !!}
@stop