Transfer List

@foreach ($accounts as $key => $product) @endforeach
From Account To Account Amount Notes Date

{{ $product->mt4account ?? '' }}

{{ $product->fromaccount ?? '' }}

{{ $product->toaccount ?? '' }}

{{ $product->amount ?? '' }}

{{ $product->notes ?? '' }}

{{ $product->created_at ?? '' }}