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