@extends('layouts.master') @section('css') @section('title') {{ __('home.recentquotation') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)
خطا
@endif
{{-- 3 --}}



@foreach ($data as $product)
Fatal error: Uncaught Error: Class "App\Models\Avt" not found in /home/ebdea/public_html/thoabt.ebdea.online/resources/views/PreviousQuotes.blade.php:142 Stack trace: #0 {main} thrown in /home/ebdea/public_html/thoabt.ebdea.online/resources/views/PreviousQuotes.blade.php on line 142
{{ __('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 }}