@extends('layouts.master') @section('css') @section('title') {{ __('home.pendingtransfers') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (session()->has('transferupdated')) @endif @if (count($errors) > 0)
خطا
@endif
@foreach(App\Models\transferMoney_to_mainbranch::where('status','!=',1)->where('from_user_id',Auth()->user()->id)->get() as $tansaction)
Warning: Undefined variable $tansaction in /home/ebdea/public_html/trasl.ebdea.online/resources/views/acountes/pendingtransfers.blade.php on line 93

Warning: Attempt to read property "id" on null in /home/ebdea/public_html/trasl.ebdea.online/resources/views/acountes/pendingtransfers.blade.php on line 93
@if($tansaction->status==0) @else @endif @endforeach
{{__('home.date')}} {{__('accountes.Theamountpaid')}} {{__('report.cash')}} {{__('accountes.Theamountpaid')}} {{__('report.shabka')}} {{ __('home.Bank_transfer') }} {{ __('home.total') }} {{__('home.branch')}} {{__('home.stautes')}} {{__('home.operations')}}
{{$tansaction['created_at']}} {{$tansaction['amount']}} {{$tansaction['Pay_Method_Name']}} {{$tansaction['bank_transfer']}} {{$tansaction['bank_transfer']+$tansaction['Pay_Method_Name']+$tansaction['amount']}} {{$tansaction->branch->name}} {{__('home.Notacceptedyet')}}{{__('home.reject')}} @if($tansaction->status==0) @endif
{{ csrf_field() }}
@endsection @section('js') @endsection