@extends('layouts.main') @section('title', $data['title']) @section('content')
  • Order By
  • DESC
    DESC
    ASC
@if (canCreate('Expense')) Add Expense Alt + N @endif
@endsection('content') @section('custom-scripts') {{-- --}} @endsection