@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 ($device as $key => $devices) {{ $key + 1 }} {{ $devices->title }} Edit {{-- @csrf Delete --}} @endforeach @endsection