@extends('layouts.app') @section('title', 'Application Management') @section('content')

Application list by IPR

@forelse($applications as $i => $row) @empty @endforelse
# IPR Applicant IC No. Email 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...
{{ $applications->appends(request()->query())->links() }}
{{-- Modal --}} @endsection @push('scripts') @endpush