@extends('layouts.master') @section('css') @endsection @section('title') معاينة طباعة المنتجات @stop @section('content')
{{ describtionen ?? '' }}
{{ STen ?? '' }}{{ Taxen ?? '' }}
{{ describtionar ?? '' }}
{{ STar ?? '' }}
{{ Taxar ?? '' }}
| {{ __('home.Invoice_no') }} | {{ $data['invoice']->id ?? '' }} |
| {{ __('home.branch_sender') }} | {{ $data['invoice']->branchfrom->name ?? '' }} |
| {{ __('home.employeesender') }} | {{ $data['invoice']->userfrom->name ?? '' }} |
| {{ __('home.branch_reciver') }} | {{ $data['invoice']->branchto->name ?? '' }} |
| {{ __('home.date') }} | {{ $data['invoice']->created_at ?? '' }} |
| # | {{ __('home.productNo') }} | {{ __('home.product') }} | {{ __('home.quantity') }} | {{ __('home.thecostProduct') }} | {{ __('home.total') }} |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $product->product->Product_Code }} | {{ $product->product->product_name }} | {{ $product->quantity }} | {{ number_format($product->cost_per_each_withoud_tax, 2) }} | {{ number_format($lineTotal, 2) }} |
| {{ __('home.the amount') }} | {{ __('home.addedValue') }} | {{ __('home.total') }} |
|---|---|---|
| {{ number_format($totalprice, 2) }} | {{ number_format($totalAddedvalue, 2) }} | {{ number_format($totalprice + $totalAddedvalue, 2) }} |
{{ __('home.employeereciver') }}: {{ $data['invoice']->userto->name ?? '' }}
{{ __('home.thesignature') }}: ............................