@extends('layouts.admin') @section('title') {{ __('contents.newOtherRental') }} @endsection @section('style') @endsection @section('content')

{{ __('contents.newOtherRental') }}

@csrf

Address & Location

{{--
--}}

{{ __('contents.overview') }}

@if(empty($variations))
@endif

Photo*

Upload file .jpg, .png

* Please select at least 5 images to continue.

@if(!empty($info) || !empty($others) )
@else
@endif
@if(!empty($info))

{{ __('contents.Rinfo') }}

@if(in_array("Body Type",$info))
@endif @if(in_array("Brand",$info))
@endif @if(in_array("Year of manufacture",$info))
@endif @if(in_array("Fuel",$info))
@endif @if(in_array("Transmission",$info))
@endif
@if(!empty($others) )
@else
@endif
@endif @if(!empty($others))

{{ __('contents.otherTerms') }}

@if(in_array("Minimum Deposit",$others))
{{ $settings->currency_symbol }}
@endif @if(in_array("Minimal Rental Contract",$others)) @if(count($contract_types) > 0)
@endif @endif
@endif
@endsection @section('script') @endsection