@inject('GetCounts', 'App\Traits\GetCounts') @extends('admin.layouts.cmlayout') @section('body')

Quotes

@if(session()->has('status')) @if(session()->get('status') == 'error')
× {{ session()->get('message') }}
@endif @if(session()->get('status') == 'success')
× {{ session()->get('message') }}
@endif @endif
@forelse($quote_list as $quote) @empty @endforelse
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
@endsection