@extends('admin.layout.admin') @section("title"," Dashboard | Wishours") @section("content")

Products Manage Products

Edit Product

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session()->has('message'))
{{ session('message') }}
@endif
{{ csrf_field() }} @if(isset($product)) {{method_field('PUT')}} @endif

@if(@$product->another_product == 0)
@endif
@if(@$product->another_product == 0)
@endif
  • Status
  • Feaured Image
  • @if(@$product->another_product == 0)
    featured == 1) {{'checked'}} @endif"/>

    Featured Product

    best_seller}}@else{{0}}@endif" @if(isset($product) && $product->best_seller == 1) {{'checked'}} @endif"/>

    Best Seller

    heart_shape}}@else{{0}}@endif" @if(isset($product) && $product->heart_shape == 1) {{'checked'}} @endif"/>

    Heart Shape

    @endif
  • Select Categories
@endsection