@include('public::notifications')

My Medicines

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($medicines as $medicine) @endforeach
{!! trans('test123::medicine.label.status')!!} Action
{{ $medicine->status }} View Edit Delete
{{ $medicines->links() }}