@extends('layouts.admin') @section('title', 'Create Product - Admin') @section('content')

Create New Product

Add a new product to the catalog

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

or drag and drop

PNG, JPG, GIF up to 10MB

@if(old('image_path'))

Current file: {{ old('image_path') }}

@endif

Featured products will appear on homepage

Cancel
@endsection