@foreach($forexes as $forex) @endforeach
# Date Customer Branch Type From To User
{{$x}} {{date_format(date_create($forex->date.' '.$forex->time),'D dS M Y h:i:sa')}} {{$forex->customer->name}} {{$forex->branch->name}} {{$forex->type}} {{$forex->fromCurrency->code.'. '.number_format($forex->from_amount,2)}} {{$forex->toCurrency->code.'. '.number_format($forex->to_amount,2)}} {{$forex->user->name}}