@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.confirmtransferMainBranch') }} @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 $transaction) @endforeach
{{ __('home.date') }} {{ __('accountes.Theamountpaid') }} {{ __('report.cash') }} {{ __('home.total') }} {{ __('home.branch') }} {{ __('home.stautes') }} {{ __('home.operations') }}
{{ $transaction->created_at }} {{ number_format($transaction->amount, 2) }} {{ number_format(($transaction->bank_transfer ?? 0) + ($transaction->Pay_Method_Name ?? 0) + $transaction->amount, 2) }} {{ $transaction->branch->name ?? '' }} {{ __('home.Notacceptedyet') }}
@endsection @section('js') @endsection