@extends('layouts.main_investor') @section('content') {{-- {{dd($car)}} --}}
@csrf

@lang('site.add_external_booking')

@if (is_null($car->fixed_price))

@endif @if (!is_null($car->fixed_price))
@endif
@lang('site.daynumber') :
@lang('site.total_price') :
@endsection @section('scripts') @endsection