@extends('layouts.fleet') @section('title', 'صرف عهدة — '.niche_module_label('fleet')) @section('content')

صرف عهدة جديدة

@if($errors->has('custody'))
{{ $errors->first('custody') }}
@endif @if($products->isEmpty())
أضف أصنافاً في الكتalog الخفيف أولاً.
@else
@csrf
@for($i = 0; $i < 8; $i++)
@endfor
إلغاء
@endif
@endsection