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

Quotes

@csrf @forelse($artdata as $row) @empty @endforelse
S.No. Created Event Type Date Listing Customer Status Action
{{$i}} {{ $row->created_at}} {{$row->event->name}} {{$row->wedding_date}} {{ $row->art_act->act_name }} {{$row->user->first_name}} {{$row->user->last_name}} ({{$row->user->email}}) {{getStatus($row->status)}} @if($GetCounts->countMessages($row->id)>0)@endif
No record found
@endsection