@extends('layouts.app') @section('content')
ID | Name | Post | Type | Employment | Account | Action | |||
---|---|---|---|---|---|---|---|---|---|
{{ 'CDO' . $personnel->created_at->format('Y') . '-' . $personnel->id }} | @elseif(strlen($personnel->id) > 2 ){{ 'CDO' . $personnel->created_at->format('Y') . '-0' . $personnel->id }} | @elseif (strlen($personnel->id) > 1){{ 'CDO' . $personnel->created_at->format('Y') . '-00' . $personnel->id }} | @else{{ 'CDO' . $personnel->created_at->format('Y') . '-000' . $personnel->id }} | @endif{{ $personnel->last_name . ', ' . $personnel->first_name }} | {{ $personnel->branch_name }} | {{ $personnel->type }} | {{ $personnel->employment_status }} | {{ $personnel->is_active ? 'Active' : 'Inactive' }} | View |