Id | Date | Status | Customer | No Of Service | |
---|---|---|---|---|---|
{{$booking->id}} | {{ date('d/m/Y', 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 |