@extends('layouts.app') @section('title', 'Application Management') @section('content')
| # | IPR | Applicant | IC No. | Phone No | Date of Application | Status | |
|---|---|---|---|---|---|---|---|
| {{ $applications->firstItem() + $i }} | {{ $row->ipr->display_name ?? '' }} | {{ $row->profile->nama ?? '' }} | {{ $row->profile->ic ?? '' }} | {{ $row->profile->email ?? '' }} | {{ $row->profile->tel_bimbit ?? '' }} | {{ $row->tarikh_permohonan->toDayDateTimeString() }} | {!! $row->status_badge !!} |
| No record found... | |||||||