{{-- Warning when there's no quantity type pre entered --}}
@if($drug->clinic->quantityTypes()->count()==0)
No Quantity Types Available !
In order to add drugs, quantity types are required. Quantity Types are used to manage
stocks. Go to
Quantity Types to add
quantity types.
@endif
{{-- General error message --}}
@if ($errors->has('general'))
Oops!
{{ $errors->first('general') }}
@endif
{{csrf_field()}}