@extends('layouts.master')
@section('css')
@endsection
@section('title')
معاينه طباعة المنتجات
@stop
@section('page-header')
@endsection
@section('content')
| {{__('home.branch_sender')}} |
{{$data['invoice']->branchfrom->name??''}} |
| {{__('home.employeesender')}} |
{{$data['invoice']->userfrom->name??''}} |
| {{__('home.branch_reciver')}} |
{{$data['invoice']->branchto->name??''}} |
| {{ __('home.employeereciver') }} |
{{$data['invoice']->userto->name}} |
| {{__('home.date')}} |
{{$data['invoice']->created_at??''}} |
| # |
{{ __('home.productNo') }} |
{{ __('home.product') }} |
{{ __('home.quantity') }} |
{{ __('home.thecostProduct') }} |
{{ __('home.total') }} |
@foreach ($data['itemsdetails'] as $product)
Warning: Undefined variable $product in /home/ebdea/public_html/abdella.ebdea.online/resources/views/supProcesses/print_recive_product.blade.php on line 117
Warning: Attempt to read property "cost_per_each_withoud_tax" on null in /home/ebdea/public_html/abdella.ebdea.online/resources/views/supProcesses/print_recive_product.blade.php on line 117
Warning: Undefined variable $product in /home/ebdea/public_html/abdella.ebdea.online/resources/views/supProcesses/print_recive_product.blade.php on line 117
Warning: Attempt to read property "quantity" on null in /home/ebdea/public_html/abdella.ebdea.online/resources/views/supProcesses/print_recive_product.blade.php on line 117
Fatal error: Uncaught Error: Class "App\Models\Avt" not found in /home/ebdea/public_html/abdella.ebdea.online/resources/views/supProcesses/print_recive_product.blade.php:118
Stack trace:
#0 {main}
thrown in /home/ebdea/public_html/abdella.ebdea.online/resources/views/supProcesses/print_recive_product.blade.php on line 118