@extends('backend.layout.layout') @section('content') Our ProductsDetail Table Home Our ProductsDetail Table @if (session('status')) {{ session('status') }} @endif Add new Our ProductsDetail @csrf Category Name Open this select menu @foreach ($category as $value) {{$value->title}} @endforeach Image Product Title Product Name {{-- Quad Band --}} Product Detail {{-- --}} {{-- Button --}} Submit @endsection