@if(count($data) > 0) @foreach($data as $booking) @endforeach @else @endif
S.N DATE Status CUSTOMER No Of Service Author Id
{{$booking->id}} {{ $booking->created_at->format('M-d-Y') }} @if($booking->assigned == "1"){{'Assigned'}}@elseif($booking->assigned == "2"){{'Complete'}}@else{{'Unassigned'}}@endif {{$booking->customer->first_name}} {{count($booking->leads)}} {{$booking->authordata->first_name}}
Not Found