@extends('admin.layouts.cmlayout') @section('body')
| S.No. | Status | Quote | Listing | Booking Date | Customer | Price | Action |
|---|---|---|---|---|---|---|---|
| {{$i}} | @if($booking->payment_status == 3) New @elseif($booking->payment_status == 2) Updated @else Paid @endif | {{$booking->artist_quote->venu_name}} {{$booking->artist_quote->wedding_date}} | {{ $booking->artistact->act_name }} | {{$booking->artist_quote->wedding_date}} | {{$booking->artist_quote->user->first_name}} {{$booking->artist_quote->user->last_name}} ({{$booking->artist_quote->user->email}}) | £ {{ $booking->price }} | |
| No record found | |||||||