@extends('layouts.app') @section('main') @if($errors->any())
Oops. Something went wrong.
| # | ID | Description | Amount | User | Date | {{--Actions | --}}
|---|---|---|---|---|---|---|
| {{ ++$key }} | EX{{ $field->id }} |
{{ $field->description }}
|
{{ auth()->user()->branch->currency . number_format($field->amount, 0) }}
|
{{ $field->user->name }}
|
{{ date('M d, Y', strtotime($field->created_at)) }} | {{----}} |
| No records found. | ||||||