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

{{ $error }}

@endforeach
Product Create
@csrf
@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