@extends('layouts.home_layout') @php $pageTitle = "Medicine Info"; @endphp @section('title', $pageTitle = "Medicine Info") @section('style') @endsection @section('content')
@include('common.alert_msg')

Medicine Info

@foreach ($list as $key => $item) @endforeach
# Type Of Medicines Name Medicine Name (English & Bangla) Withdrawal Days Status Action
{{($key + 1)}} {{$item->category_name}} {{$item->medicine_name_en}}
{{$item->medicine_name_bn}}
{{$item->effective_days}} {{$item->status_text}}
@if (is_permit('medie')) @endif @if (is_permit('medid'))
id) }}" class="mb-0 delete_form" > @method('DELETE') @csrf
@endif
{{-- Modal Start id="modal" --}} {{-- Modal End --}}
@endsection @section('script') @endsection