{{-- Warning when there's no quantity type pre entered --}}
@if(\App\Clinic::getCurrentClinic()->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()}}
{{-- ================= Adding the initial Stock ================== --}}
@can('add','App\Stock')
@endcan