@if (isset($staffs) && $staffs->count() > 0) @php($i=1) @foreach($staffs as $staff) @php($i++) @endforeach @endif
{{ __('common.s_n')}} Reg. Num. Join Date Staff Name Designation Father Name Mother Name Date of Birth Gender BloodGroup Nationality Mother Tongueue Address State Country Temp. Address Temp. State Temp. Country Home Phone Mobile 1 Mobile 2 Email Qualification Experience Experience Info Other Info {{ __('common.status')}}
{{ $i }} {{ $staff->reg_no }} {{ \Carbon\Carbon::parse($staff->join_date)->format('Y-m-d')}} {{ $staff->first_name.' '.$staff->middle_name.' '. $staff->last_name }} {{ ViewHelper::getDesignationId($staff->designation) }} {{ $staff->father_name }} {{ $staff->mother_name }} {{ \Carbon\Carbon::parse($staff->date_of_birth)->format('Y-m-d')}} {{ $staff->gender }} {{ $staff->blood_group }} {{ $staff->nationality }} {{ $staff->mother_tongue }} {{ $staff->address }} {{ $staff->state }} {{ $staff->country }} {{ $staff->temp_address }} {{ $staff->temp_state }} {{ $staff->temp_country }} {{ $staff->home_phone }} {{ $staff->mobile_1}} {{ $staff->mobile_2}} {{ $staff->email }} {{ $staff->qualification }} {{ $staff->experience }} {{ $staff->experience_info }} {{ $staff->other_info }} {{ $staff->status=="active"?"Active":"In-Active" }}