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

Livestock Breed

@foreach ($list as $key => $item) @endforeach
# Breed Name (English) Breed Name (Bangla) Description Animal Type Status Action
{{($key + 1)}} {{$item->breed_name_en}} {{$item->breed_name_bn}} {{$item->description}} {{$item->type_name}} {{$item->status_text}}
@if (is_permit('liveBe')) @endif @if (is_permit('liveBd'))
id) }}" class="mb-0 delete_form" > @method('DELETE') @csrf
@endif
{{-- Modal Start id="modal" --}} {{-- Modal End --}}
@endsection @section('script') @endsection