@extends('layouts.app') @section('main') @if($errors->any())
Oops. Something went wrong.
# | Type | Transaction ID | Title | Amount | Balance | Created | {{--Actions | --}}|
---|---|---|---|---|---|---|---|---|
{{ ++$key }} | {{ $field->type }} | {{ $field->reference_id }} |
{{ $field->title }}
|
{{ auth()->user()->branch->currency . number_format($field->amount, 0) }}
|
{{ auth()->user()->branch->currency . number_format($field->balance, 0) }}
|
{{--
{{ $field-> }}
| --}}
{{ date('M d, Y', strtotime($field->created_at)) }} | {{--@if($field->status === 'Open' && $field->sender_user_id !== auth()->user()->id ) Fulfill Transfer @endif Details | --}}
No records found. |