@extends('layouts.master') @section('css') @section('title') {{ __('home.Transfer of goods') }} @stop @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)| {{ __('home.Invoice_no') }} | {{ __('home.date') }} | {{ __('home.branch_sender') }} | {{ __('home.employeesender') }} | {{ __('home.branch_reciver') }} | {{ __('home.stautes') }} | @can('System setting')التكلفة بدون ضريبة | @endcan{{ __('home.the amount') }} | {{ __('home.operations') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $transction->id }} | {{ $transction->created_at }} | {{ $transction->branchfrom->name ?? '' }} | {{ $transction->userfrom->name ?? '' }} | {{ $transction->branchto->name ?? '' }} | @if($transction->reciveInvoiceNumber == 0) {{ __('home.sendproduct') }} @else {{ __('home.reciveproduct') }} @endif | @can('System setting'){{ $transction->cost_withod_tax }} | @endcan
Fatal error: Uncaught Error: Class "App\Models\Avt" not found in /home/ebdea/public_html/trsal.ebdea.online/resources/views/reports/product_Transfer.blade.php:161 Stack trace: #0 {main} thrown in /home/ebdea/public_html/trsal.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 161 |