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

Edit Expense Head

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