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