@extends('backend.layout.layout') @section('content') Product View Table Home Product View Table @if (session('status')) {{ session('status') }} @endif {{-- +Add New --}} S.N. Title Image {{-- description Status --}} Actions @foreach ($product as $key => $products) {{ $key + 1 }} {{ $products->title }} {{-- {{ $slider->description }} {{-- @if ($slider->status == 1) Active @else Inactive @endif --}} Edit {{-- @csrf --}} {{-- --}} {{-- Delete --}} @endforeach @endsection