@extends('layouts.app') @section('main') @if($errors->any())
@endif

Transactions

Branch Balance: {{ auth()->user()->branch->currency . number_format(auth()->user()->branch->total_balance) }} {{--
@csrf
--}} {{--
--}}
{{--

--}}
{{-- --}} @if($fields->count()) @foreach($fields as $key=>$field) {{-- --}} {{-- --}} @endforeach @else @endif
# Type Transaction ID Title Amount Balance CreatedActions
{{ ++$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.
@endsection @push('styles') @endpush @push('scripts') @if (session()->has('message')) @if(session('message_class')=='success')