@extends('layouts.admin') @section('page-title', 'Add New Product') @push('styles') @endpush @section('content')
{{-- Page Header --}}
@csrf {{-- Tabs --}}
{{-- Product Info --}}
Product Information
@error('name')

{{ $message }}

@enderror
@error('category_id')

{{ $message }}

@enderror
Digital Product (no shipping required)
{{-- Images & Video --}} {{-- Price & Stock --}} {{-- Description --}} {{-- Shipping --}} {{-- Options --}} {{-- SEO --}}
{{-- Sidebar --}}
@push('scripts') @endpush @endsection