@extends('layouts.app') @section('content')
| Customer | CNIC | Unit | Type | Date | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $n->booking->customer->name }} | {{ $n->booking->customer->cnic }} | {{ $n->booking->unit->unit_number }} | {{ $n->notice_type }} | {{ $n->notice_date->format('Y-m-d') }} | {{ $n->status }} | @if(!$n->response_received) @endif |