@extends('layouts.customer') @section('content')
{{ $message }}
| Tip No. | Location | Date | Tip Amount | Action |
|---|---|---|---|---|
| {{ 'TIP-101-N-' . $tip->id }} | {{ collect($locations)->get($tip->location_id) ?? 'N/A' }} | {{ date('M d, Y | H:iA',strtotime($tip->date)) ?? '' }} | ${{ number_format(round($tip->amount, 2), 2) ?? '' }} |
|
No record found!
@endif