@extends('layouts.master') @section('css') @section('title') {{ __('home.Transfer of goods') }} @stop @endsection @section('page-header') @endsection @section('content') @if (count($errors) > 0) @endif @if (session()->has('notfountreturnproduct')) @endif
{{ csrf_field() }}
@if (isset($data['transctions']) && count($data['transctions']) > 0)
@can('System setting') @endcan @foreach ($data['transctions'] as $transction) @can('System setting') @endcan
{{ __('home.Invoice_no') }} {{ __('home.date') }} {{ __('home.branch_sender') }} {{ __('home.employeesender') }} {{ __('home.branch_reciver') }} {{ __('home.stautes') }}التكلفة بدون ضريبة{{ __('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 {{ $transction->cost_withod_tax }}
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