@extends('admin/layout')
@section('page_title', $single_dosage->dosage_forms)
@section('medicine_select','active')
@section('dosage_select','active')
@section('styles')
@endsection
@section('content')
{{$single_dosage->dosage_forms}}
@endsection
@section('scripts')
@endsection