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