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

Products Manage Products


Add New Product

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

Addon Product

flawers and Teddy Wears

  • Status
  • @if(isset($product)) @else @endif
  • Feaured Image
  • Select Categories
@endsection