@extends('layouts.app') @section('content')

{{ app()->getLocale() == 'ar' ? 'إغلاق عقد التأجير' : 'Close Rental Contract' }} - {{ $rental->contract_number }}

{{ app()->getLocale() == 'ar' ? 'عودة' : 'Back' }}
{{ $rental->car->title }}
{{ $rental->customer->name }} | {{ $rental->start_date->format('Y-m-d') }}
@csrf
KM
{{ app()->getLocale() == 'ar' ? 'البداية:' : 'Start:' }} {{ $rental->start_odometer }} KM KM Used
@error('end_odometer') {{ $message }} @enderror
%
{{ app()->getLocale() == 'ar' ? 'البداية:' : 'Out:' }} {{ $rental->fuel_level_out }}%
@error('fuel_level_in') {{ $message }} @enderror

{{ app()->getLocale() == 'ar' ? 'المخالفات (إن وجدت)' : 'Violations (If any)' }}

{{ app()->getLocale() == 'ar' ? 'إلغاء' : 'Cancel' }}
@push('scripts') @endpush @endsection