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

Cooperative

@foreach ($list as $key => $item) @endforeach
# Partner Name Cooperative Name (English) Cooperative Name (Bangla) Cooperative Code Manager Name Mobile Number E-mail Animal Type Division Name District Name Upazilla Name Union Name Status Action
{{($key + 1)}} {{$item->partner_name_en}} {{$item->cp_name_en}} {{$item->cp_name_bn}} {{$item->cp_code}} {{$item->manager_name}} {{$item->phone_no}} {{$item->email_id}} {{$item->type_name}} {{$item->div_name}} {{$item->dis_name}} {{$item->upa_name}} {{$item->un_name}} @if($item->row_status == "1") Active @else Inactive @endif
@if (is_permit('cooi_e')) {{-- --}} @endif @if (is_permit('cooi_d'))
id) }}" class="mb-0 delete_form" > @method('DELETE') @csrf
@endif
@php // $list->count() // $list->currentPage() // $list->firstItem() // $list->hasMorePages() // $list->lastItem() // $list->lastPage() (Not available when using simplePaginate) // $list->nextPageUrl() // $list->perPage() // $list->previousPageUrl() // $list->total() (Not available when using simplePaginate) // $list->url($page) @endphp
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