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

Deworming Info List

@foreach ($list as $key => $item) @endforeach
# Partner Cooperative Group Name Farmar Name Entry Date Action
{{($key + 1)}} {{$item->partner_name_en}} {{$item->cp_name_en}} {{$item->group_name_en}} {{$item->farmer_name_en}} {{$item->deworming_date}}
@if (is_permit('dwrm_f')) @endif @if (is_permit('dwrm_i_d')) @endif @if (is_permit('dwrm_d'))
id) }}" class="mb-0 delete_form" > @method('DELETE') @csrf
@endif
Displaying {{$list->firstItem()}} to {{$list->lastItem()}} total {{$list->count()}} of {{$list->total()}} items {{ $list->render() }}
{{-- Modal Start id="modal" --}} {{-- Modal End --}}
@endsection @section('script') @endsection