Date {{date_format(date_create($forex->date.' '.$forex->time),'D dS M Y h:i:sa')}}
Customer {{$forex->customer->name}}
Branch {{$forex->branch->name}}
Type of transaction {{$forex->type}}
From {{$forex->fromCurrency->code.'. '.number_format($forex->from_amount,2)}}
To {{$forex->toCurrency->code.'. '.number_format($forex->to_amount,2)}}
Comments {{$forex->comments}}
Created on {{date_format(date_create($forex->created_at),'D dS M Y h:i:sa')}}
Created By {{$forex->user->name}}