@extends('layouts.admin') @section('title', 'Add Product') @section('content') Catalog Add Product Back @csrf Category Select category @foreach ($categories as $category) id)>{{ $category->name }} @endforeach Name Description {{ old('description') }} Price Purchase Price Discount % Fake Discount % Stock Upload Images YouTube Link SEO Search Metadata Meta Title Meta Description {{ old('meta_description') }} OG Image Variants @for ($index = 0; $index < 4; $index++) Name Value Sale Price Purchase Price Stock @endfor Active Featured product @if ($errors->any()) {{ $errors->first() }} @endif Save product @endsection
{{ $errors->first() }}