@extends('backend.layout.layout') @section('content') Update Our Products Home Update Our Products @if (session('status')) {{ session('status') }} @endif @csrf @method('PUT') Category Name Open this select menu {{-- @foreach ($blogdetail as $value) {{$value->namee}} @endforeach --}} @foreach ($category as $categorys) id == $allproduct->category_id ? 'selected' : '' }}> {{ $categorys->title }} @endforeach Image Product Title Product Name {{-- Quad Band --}} Product Detail {{ $allproduct->description }} {{-- --}} {{-- Button text --}} Submit @endsection