| # | الشركة | الهاتف | البند | الملف | التاريخ | التحكم |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $quotation->company_name }} | {{ $quotation->phone }} | {{ $quotation->item }} | @if ($quotation->file) عرض @else لا يوجد @endif | {{ $quotation->created_at?->toDateString() }} | @can('update_quotations') @endcan @can('delete_quotations') @endcan |