@foreach ($data as $product)
Fatal error: Uncaught Error: Class "App\Models\Avt" not found in /home/ebdea/public_html/thoabt.ebdea.online/resources/views/searchPreviousQuotes.blade.php:39 Stack trace: #0 {main} thrown in /home/ebdea/public_html/thoabt.ebdea.online/resources/views/searchPreviousQuotes.blade.php on line 39
{{ __('home.Invoice_no') }} {{ __('home.clietName') }} {{ __('home.date') }} {{ __('home.operate_type') }} {{ __('home.branch') }} {{ __('home.notesClient') }} {{ __('home.total') }} {{ __('home.operations') }}
{{ $product->id }} {{ $product->customer->name }} {{ $product->created_at }} @if($product->type_of_decument==1)

عرض تسعيرة للعميل
Quote to the customer

@elseif($product->type_of_decument==3)

سند التسليم
DELIVERY NOTE

@else

فاتورة اولية
PROFORMA INVOICE

@endif
{{ $product->branch->name }}