@extends('admin.layout.admin') @section("title"," Dashboard | Wishours") @section("content") Products Manage Products Product Add Product Attributes Add Product Attributes @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if (session()->has('message')) {{ session('message') }} @endif Product Title : {{ $product->title }} Product Code : {{ $product->product_code }} Product Gallery {{ csrf_field() }} Select Multiple Image for product gallery # Product Image Actions @php $counter = 1; @endphp @foreach($product->productsliders as $productslider) {{ csrf_field() }} {{ method_field('DELETE') }} Delete @endforeach << Back @endsection
Product Title : {{ $product->title }}
Product Code : {{ $product->product_code }}