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

Product View Table

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