@section('title', __('admin.Quotations'))

{{ __('admin.Quotations') }}

@can('create_quotations') @endcan
@foreach ($quotations as $quotation) @endforeach
# الشركة الهاتف البند الملف التاريخ التحكم
{{ $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
{{ $quotations->links() }}
@error('company_name') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('item') {{ $message }} @enderror
@error('file') {{ $message }} @enderror {{-- Progress Bar --}}
جاري رفع الملف...
{{-- Preview New File --}} @if ($file && is_object($file)) @endif {{-- Show Existing File --}} @if ($obj && $obj->file)
الملف الحالي: عرض الملف
@endif
@push('js') @endpush