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