@extends('layouts.masterHome2') @section('content') @if (session()->has('message'))
@php $type= session('type') ; @endphp
{!! session('message') !!}
@endif

تحويل من حساب الي حساب

{{ csrf_field() }}
Transfer From

Egwaste
Transfer To


@foreach( $accounts as $account ) @endforeach
الرصيد أسم الحساب
{{$account->balance}} {{$account->payment_method->name}}-{{$account->branch->name}}



@endsection