@extends('layouts.master') @section('css') @section('title') {{ __('home.confirmtransferMainBranch') }}@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',0)->where('to_user_id',Auth()->user()->id)->get() as $tansaction)
Warning: Undefined variable $tansaction in /home/ebdea/public_html/trasl.ebdea.online/resources/views/acountes/confirm_transferTomainBranch.blade.php on line 90

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