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

Vaccine and Deworming Info

@foreach ($list as $key => $item) @endforeach
# Animal Type Type Name (English) Name(Bangla) Next Dose Days Status Action
{{($key + 1)}} {{$item->type_name}} @if($item->vaccine_deworming == '1') Vaccine @else Deworming @endif {{ $item->medicine_name_en}} {{ $item->medicine_name_bn}} {{$item->next_dose_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