Edit Medicine

@if(Session::has('message'))
@endif
{{csrf_field()}} @method('PATCH') {{--
--}} {{--
--}} {{--
--}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('Dosage')) {{ $errors->first('Dosage') }} @endif
{{--
--}}
@php $s = explode(',',$data->medicine_type); @endphp @foreach ($s as $o) @if ($loop->first)

@else
@endif @endforeach
Add Medicine type

{{--
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
--}} {{--
--}} {{--
--}}