@extends('backend.layout.layout') @section('content')

Product View Table

@if (session('status'))
{{ session('status') }}
@endif
{{-- --}}
{{-- --}} @foreach ($product as $key => $products) {{-- {{-- --}} @endforeach
S.N. Title Imagedescription StatusActions
{{ $key + 1 }} {{ $products->title }} {{ $slider->description }} @if ($slider->status == 1) @else @endif {{--
@csrf --}} {{-- --}} {{--
--}}
@endsection