@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 (count($data)>0)

Warning: Undefined variable $data in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 139

Warning: Trying to access array offset on value of type null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 139

Warning: Undefined variable $data in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 140

Warning: Trying to access array offset on value of type null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 140

Warning: Undefined variable $data in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 141

Warning: Trying to access array offset on value of type null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 141

Warning: Undefined variable $data in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 142

Warning: Trying to access array offset on value of type null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 142
@foreach ($data['transctions'] as $transction) @if($transction->reciveInvoiceNumber==0) @else @endif
{{ __('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}}{{__('home.sendproduct')}}{{__('home.reciveproduct')}}
Fatal error: Uncaught Error: Class "App\Models\Avt" not found in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php:184 Stack trace: #0 {main} thrown in /home/ebdea/public_html/trasl.ebdea.online/resources/views/reports/product_Transfer.blade.php on line 184