@extends('dlayout') @section('content')
system_id | Transaction id | User name | telephone number | names | amount | description | transaction type | date |
---|---|---|---|---|---|---|---|---|
{{ $tran->id }} | {{ $tran->transaction_id }} | {{ $tran->user_id }} | {{ $tran->telephone_no }} | {{ $tran->names }} | {{ $tran->amount }} | {{ $tran->description }} | {{ $tran->transaction_type }} | {{ $tran->created_at }} |