@extends('layouts.dashly') @section('title', $title) @section('content')
| Source | Destination | Amount(src) | Quantity(dest) | Date |
|---|---|---|---|---|
| {{ $tran->source }} | {{ $tran->dest }} | {{ round(number_format($tran->amount, 2, '.', ','), 6) }} | {{ round($tran->quantity, 8) }} | {{ \Carbon\Carbon::parse($tran->created_at)->toDayDateTimeString() }} |
| No record available | ||||