@extends('layouts.fleet') @section('title', 'خط سير جديد — '.niche_module_label('fleet')) @section('content')

إنشاء خط سير

@if($errors->has('route'))
{{ $errors->first('route') }}
@endif
@csrf

حدّد العملاء بالترتيب المطلوب للزيارة (من الأعلى للأسفل).

@forelse($customers as $customer) @empty

أضف عملاء ميدان أولاً من قائمة العملاء.

@endforelse
إلغاء
@endsection