@extends('app') @section('content')

Kanban Board

{{-- Start table --}}
@if(Session::has('response')) {!!Session::get('response')['message']!!} @endif @forelse ($products as $product) @empty @endforelse
SL Product Name Product Rate Status Action
{{++$loop->index}} {{$product->product_name}} {{$product->rate}}
{{-- --}}
@csrf @method('delete')
No data founds!
{{$products->links()}}
{{-- end table--}}
@endsection @push('scripts') @endpush