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