@extends('layout.admin_layout') @section('title', 'Medication') @section('body') @section('header', ' Medication') @section('badge')
Medication
@endsection
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{ csrf_field() }}
Title
*
Type
*
MG
ML
Unit
*
@endsection