@extends('portal.layouts.app', [ 'class' => '', 'elementActive' => '' ]) @section('title','Employers') @section('css') @endsection @section('content')
| # | Name | Phone | National ID | Added By | Date Added | |
|---|---|---|---|---|---|---|
| {{ $index + 1}} | {{ $item->user?->name }} | {{ $item->user->phone ?? 'N/A' }} | {{ $item->user->email ?? 'N/A' }} | {{ $item->user->national_id ?? 'N/A' }} | {{ $item->addedBy->name ?? 'N/A' }} | {{ date('d M, Y', strtotime($item->created_at)) }} |