@extends('layouts.app') @section('main') @if($errors->any())
Oops. Something went wrong.
# | ID | Status | Type | Title | Received | To pay | Paid | Transfer date | Created | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$key }} | MT{{ $field->id }} | @if($field->status === 'Open') {{ $field->status }} @else {{ $field->status }} @endif | @if(auth()->user()->branch->id === $field->transfer_to_branch_id) Pay out @else Pay in @endif | {{ $field->transmitter_name }} for {{ $field->recipient_name }} |
{{ $field->branchFrom->currency . number_format($field->transmitted_amount, 0) }}
|
{{ $field->branchTo->currency . number_format($field->amount_to_be_paid, 0) }}
|
@if($field->amount_paid)
{{ $field->branchTo->currency . number_format($field->amount_paid, 0) }}
@else
-
@endif
|
{{--
{{ $field-> }}
| --}}
@if($field->transfer_date) {{ date('M d, Y', strtotime($field->transfer_date)) }} @endif | {{ date('M d, Y', strtotime($field->created_at)) }} |
@if($field->status === 'Open' && auth()->user()->branch->id === $field->transfer_to_branch_id)
Fulfill
@endif
{{--
Details
--}}
{{-- |
No records found. |