@extends('admin.master')
@section('title')
Medicine List
@endsection
@section('sideMenuTitle')
Medicine List
@endsection
@section('pageTitle')
Medicine Add
@endsection
@section('bodyContent')
@if(Session::has('message'))
{{Session::get('message')}}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Now showing {{ $listData->count() * $listData->currentPage() }} out of {{ $listData->total() }} Medicines