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