@extends('Modules.Health.layouts.main') @section('main-content') @foreach($reason as $res) @endforeach
@if($med_stock) @foreach($med_stock as $med) @endforeach @endif @if($treatment_medication) @foreach($treatment_medication as $med) @endforeach @endif

@if($errors->any())

{{$errors->first()}}

@endif
Treatment

Select Medicines

Medicine Rate Unit Quantity Total
@endsection