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