@if(count($data) > 0) @foreach($data as $booking) @endforeach @else @endif
Id Date Date2 Status Customer No Of Service
{{$booking->id}} {{ date('d/m/Y', strtotime($booking->one_frequency->date_service)) }} {{ date('Y-m-d', strtotime($booking->one_frequency->date_service)) }} @if($booking->status == "1"){{'Complete'}}@elseif($booking->status == "2"){{'Cancel'}}@elseif($booking->status == "4"){{'Pause'}}@else{{'Pending'}}@endif {{$booking->customer->first_name}} {{$booking->customer->last_name}} {{count($booking->orderLeads)}}
Not Found