@extends('app') @section('page-title')
@if (isset($status))
{{ $status['header'] }}
@foreach ($status['messages'] as $m)
- {{$m}}
@endforeach
@endif
@endsection @push('head-script')
@endpush @section('content')
Active Workman
{{$active}}
Inactive Workman
{{$inactive}}
ID |
Workman Code |
Workman Name |
Manager Name |
Contractor Name |
Email Id |
Father's/Husband Name |
Address |
Mobile |
Gender |
DOB |
DOJ |
Valid From |
Valid To |
Department |
Sub-Department |
Designation |
Shift |
Premises |
Location |
Attendance Today |
Status |
|
@endsection @push('footer-script')
@endpush