@extends('layouts.fleet')
@section('title', 'صرف عهدة — '.niche_module_label('fleet'))
@section('content')
@if($errors->has('custody'))
{{ $errors->first('custody') }}
@endif
@if($products->isEmpty())
أضف أصنافاً في
الكتalog الخفيف أولاً.
@else
@endif
@endsection