@extends('layouts.app') @section('title', 'Record Expense') @section('content') @section('content')

Record New Expense

Fill in the details below to log a general expense or petty cash transaction.

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
$

Cancel
@section('extra_css') @endsection @endsection