@inject('GetCounts', 'App\Traits\GetCounts') @extends('admin.layouts.cmlayout') @section('body')
| S.No. | Created | Event Type | Date | Listing | Customer | Status | Action |
|---|---|---|---|---|---|---|---|
| {{$i}} | {{ $quote->created_at}} | {{$quote->event->name}} | {{$quote->wedding_date}} | {{ $quote->art_act->act_name }} | {{$quote->user->first_name}} {{$quote->user->last_name}} ({{$quote->user->email}}) | {{getStatus($quote->status)}} | @if($GetCounts->countMessages($quote->id)>0)@endif |
| No record found | |||||||