@extends('app') @section('body') @php $path = 'medicine'; @endphp
Upload Medicine
@csrf
@error('file')
{{ $message }}
@enderror
@endsection