@if($row->discount_percent)
{{$row->discount_percent}}
@endif
{{__("Price")}}
{{ $row->display_sale_price }}
${{ $price }}
Pick-up date
@php $LocationTo = \Modules\Location\Models\Location::find(Request()->location_id1); @endphp
{{Request::query('start',display_date(strtotime("today")))}}
Drop-off date
{{Request::query('end',display_date(strtotime("+1 day")))}}
{{-- end --}} {{--
Pick-up date
@php $LocationTo = \Modules\Location\Models\Location::find(Request()->location_id1); @endphp
Drop-off date
--}}
{{-- map start --}}
{{-- map end --}} {{-- ------------------Backup---------------- --}}
@foreach (Modules\Car\Models\BackupFace::where('type_id','backup')->get() as $item)
location_id==$row->location->id?'selected':'' }} value="{{$item->price }}"> {{ $item->price }}
@endforeach
Pick Up
@{{ formatMoney(pick) }} {{-- @if(!empty($point2point_distance_pic_up)) {{ format_money($point2point_distance_pic_up) ?? '' }} @else @{{ formatMoney(pick) }} @endif --}}
{{-- ------------------Backup---------------- --}} {{-- ------------------Drop of---------------- --}}
@foreach (Modules\Car\Models\BackupFace::where('type_id','dropof')->get() as $item)
location_id==$row->location->id?'selected':'' }} value="{{ $item->price }}"> {{ $item->price }}
@endforeach
Drop Off
@{{ formatMoney(dropoff) }} {{-- @if(!empty($point2point_distance_drop_off)) {{ format_money($point2point_distance_drop_off) ?? '' }} @else @{{ formatMoney(dropoff) }} @endif --}}
{{-- ------------------Drop of---------------- --}}
@{{type.type_name}}
(@{{type.price_type}})
@{{ type.price }}%
@{{ formatMoney(type.price) }}
{{__("Total")}}
@{{total_price_html}}
{{__("Pay now")}}
@{{pay_now_price_html}}