@extends('layouts.adminlayouts.app') @section('title') Product Edit | {{ env('APP_NAME') }} @endsection @push('css') @endpush @section('contents')
@include('alerts.alerts') @foreach($errors->all() as $error)

{{ $error }}

@endforeach
Product Create
General Information
@include('admin.products.includes.product_create_general')
Product Price Information
@include('admin.products.includes.product_create_price_inventory')
Product Variation
@include('admin.products.includes.product_create_attribute')
@csrf
Product Images
@include('admin.products.includes.product_create_images_others')
Product Final Information
@include('admin.products.includes.product_create_final_info')
{{--
@include('admin.products.includes.productCreate_general')
@include('admin.products.includes.productCreate_price_inventory')
@include('admin.products.includes.productCreate_attribute')
@include('admin.products.includes.productCreate_images_others')
--}}
@endsection @push('js') {{-- --}} @endpush