@extends('layout.master') @section('title', 'Add Expense Head') @section('content')

Add New Expense Head

Back
Expense Information
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection