@extends('layouts.master') @section('title', 'New Cost | Proxima - Medical Management app') @section('title-topbar', 'New Cost Cat') @section('css') @endsection @section('content')
Dashboard | Cost Cat | New Cost Cat
New Cost Cat
@csrf
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection