@extends('layouts.admin') @section('title', 'Add Expense') @section('page-title', 'Record Expense') @section('page-subtitle', 'Add a new business expense') @section('content')
@csrf
Cancel
@endsection