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

Type Of Medicines

@foreach ($list as $key => $item) @endforeach
# Type Of Medicines Name (English) Type Of Medicines Name (Bangla) Status Action
{{($key + 1)}} {{$item->cat_name_en}} {{$item->cat_name_bn}} {{$item->status_text}}
@if (is_permit('medice')) @endif @if (is_permit('medicd'))
id) }}" class="mb-0 delete_form"> @method('DELETE') @csrf
@endif
{{-- Modal Start id="modal" --}} {{-- Modal End --}}
@endsection @section('script') @endsection