@extends('admin.layouts.app') @section('title', 'Expenses') @section('content')
Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable
class name to any table you wish to conver to a datatable. Check for more examples.
Title | Amount | Purpose | Date | @if(Auth::guard('admin')->user()->type == 'admin')Action | @endif
---|---|---|---|---|
{{ $expense->title }} | {{ $expense->amount }} | {{ $expense->date }} | {!! $expense->purpose !!} | @if(Auth::guard('admin')->user()->type == 'admin')Edit Delete | @endif
No Expense Yet. Please ADD AN EXPENSE |