@extends('layouts.app') @section('title', 'New Expense Category - Pharmacy Management') @section('content') @can('create_expenses')

New Expense Category

← Back to Categories
@csrf
@error('name')

{{ $message }}

@enderror
Cancel
@endcan @endsection