@extends('layouts.admin') @section('title', 'Product Create') @section('page-header')

Add Product

@endsection {{-- main content --}} @section('content') {{-- button list --}}
Product List

Add Product

@foreach ($errors->all() as $message)

{{ $message }}

@endforeach
@csrf
@error('name')

{{ $message }}

@enderror
{{-- product description --}}
{{-- end product description --}} {{-- product specification --}}
{{-- end product specification --}} {{-- order information --}}
{{--
--}}
{{-- end order information --}} {{-- add product manual & warranties --}}
{{-- end add product manuals & warranties --}} {{-- add catalogue --}}
{{-- end catalogue --}} {{-- product gallery --}}
{{-- end product gallery --}}

@endsection {{-- extra css --}} @push('css') {{-- select js --}} {{-- nice check --}} {{-- summer note --}} @endpush {{-- extra js --}} @push('js') {{-- select js --}} {{-- summer note --}} {{-- table js --}} {{-- --}} @endpush {{-- extra js --}} @push('js') @endpush