@extends('admin.layouts.master') @section('title') Aramian Brother`s Jewelry @endsection @section('content') @include('admin.layouts.topbar') @include('admin.layouts.sidebar') Admin Products Create Home Product Create @if (session('success')) {{ session('success') }} @endif @if (session('error')) {{ session('error') }} @endif @if($errors) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Create List @method('POST') @csrf Title @if ($errors->has('title')) {{ $errors->first('title') }} @endif Description Code Main Image Images Price Discount Material Purity Weight Diamond Pcs Image Pcs Count Pcs Title Pcs Size Pcs Size Type Gia Code Gia Url New In Stock Status Menu @foreach ($menuType as $menuTypeVal) {{$menuTypeVal->name}} @endforeach Main Menu @foreach ($mainMenu as $key => $categoryVal) {{$categoryVal->name}} @endforeach Collection @foreach ($collection as $key => $collectionVal) {{$collectionVal->name}} @endforeach Category @foreach ($category as $categoryVal) {{$categoryVal->category_name}} @endforeach Bestselling Products {{-- Size Guides @foreach ($sizeGuide as $sizeGuideVal) {{$sizeGuideVal->name}} @endforeach --}} {{-- --}} @include('admin.layouts.footer') {{-- --}}