@extends("admin.template.layout") @section("header") @stop @section("content")
@if(check_permission('service_quotes','Create')) @endif
@foreach($datamain as $datarow) @endforeach
# Service Customer Status Created Action
{{$i}} {{$datarow->service}} {{$datarow->customer}} {{service_status($datarow->status)}} @if($datarow->status == config('global.service_quote_sent'))
Quote Price : {{$datarow->quote_price}} @endif
@if($datarow->service_id == 5) Booking Price : AED {{$datarow->grand_total}} @endif
{{web_date_in_timezone($datarow->created_at,'d-M-Y h:i A')}}
@stop @section("script") @stop