@extends('layouts.app') @section('content') @section('css') @endsection
| # | Expense Date | Title | Type | Amount | Description | User | Entry Date |
|---|---|---|---|---|---|---|---|
| {{$i++}} | {{date('d-M-Y', strtotime($row->date))}} | {{ucwords($row->title)}} | {{$row->expense_type_name}} | {{$row->amount}} | {{$row->description}} | {{ucwords($row->user_name)}} | {{date('d-M-Y', strtotime($row->created_at))}} |