@extends('layouts.pdf') @section('content')
![]() |
| 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)}} |
| Created on | {{date_format(date_create($forex->created_at),'D dS M Y h:i:sa')}} |
| Created By | {{$forex->user->name}} |
|
Generated {{date('D dS M Y h:i:sa')}} by {{Auth::user()->name}} |
Junction Forex Bureau {{$forex->branch->name}} Branch. |