@extends('layouts.app') @section('title', 'Applications › Endorsements') @section('content')
| Tracking No. | Business Name | Owner | Application | Endorsement | Assigned Office | Inspector | Date Requested | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $r['track'] }} | {{ $r['biz'] }} | {{ $r['owner'] }} | {{ $r['apptype'] }} | {{ $r['endorse'] }} | {{ $r['office'] }} | {{ $r['inspector'] }} | {{ \Carbon\Carbon::parse($r['date'])->format('M d, Y') }} | @php $statusClass = [ 'Pending' => 'warning', 'For Inspection' => 'primary', 'Complied' => 'info', 'Approved' => 'success', 'Disapproved' => 'danger', ][$r['status']] ?? 'secondary'; @endphp {{ $r['status'] }} |
|