@extends('layouts.master') @section('title', 'Service Category | Proxima - Medical Management app') @section('title-topbar', 'Service Category') @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | Service Category | {{ __('basic.service_category') }}
{{ __('basic.service_category') }}
@csrf
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection