@extends('design_1.web.layouts.app', ['appFooter' => false]) @section('content')
{{ csrf_field() }}
{{-- Progress --}} @include('design_1.panel.store.create_product.includes.progress') {{-- Steps Inputs --}} @include("design_1.panel.store.create_product.steps.step_{$currentStep}")
{{-- Bottom Actions --}} @include('design_1.panel.store.create_product.includes.bottom_actions')
@endsection @push('scripts_bottom') @endpush