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

Feed Info List

@foreach ($list as $key => $item) @endforeach
# Feed Name (English) Feed Name (Bangla) Description Recommended Qty Status Action
{{($key + 1)}} {{$item->feed_name_en}} {{$item->feed_name_bn}} {{$item->description}} {{$item->recommended_qty}} {{$item->status_text}}
@if (is_permit('feed_e')) @endif @if (is_permit('feed_d'))
id) }}" class="mb-0 delete_form" > @method('DELETE') @csrf
@endif
{{-- Modal Start id="modal" --}} {{-- Modal End --}}
@endsection @section('script') @endsection