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

{{ __('home.searchbyclientname') }}




@if (isset($Invoices))

@foreach ($Invoices as $invoice)
Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/report_offer_price_customer.blade.php on line 148

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/report_offer_price_customer.blade.php on line 148

Warning: Undefined variable $invoice in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/report_offer_price_customer.blade.php on line 150

Warning: Attempt to read property "created_at" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/report_offer_price_customer.blade.php on line 150

{{-- {{ __('report.orderNo') }} : {{ $invoice->id }}
{{ __('users.branch') }} : {{ $invoice->branch->name }}
{{ __('home.clietName') }} : {{ $invoice->customer->name }} --}}
{{ __('report.orderNo') }} {{ $invoice->id }}
{{ __('users.branch') }} {{ $invoice->branch->name }}
{{ __('home.clietName') }} {{ $invoice->customer->name }}

Fatal error: Uncaught Error: Class "App\Models\Avt" not found in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/report_offer_price_customer.blade.php:212 Stack trace: #0 {main} thrown in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/report_offer_price_customer.blade.php on line 212
# {{ __('report.date') }} {{ __('home.productNo') }} {{ __('home.product') }} {{ __('home.price') }} {{ __('home.quantity') }} {{ __('home.addedValueperpice') }} {{ __('home.discount') }} {{ __('home.total') }}