@extends('layouts.layout-2')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{ __('Create/Edit Produkt') }}
{!! Form::open(['action' => route('admin_product_store'), 'class' => 'form-horizontal', 'id'=>'']) !!}
{{ __('back') }}
@include('admin.product.form')
{{ __('back') }}
{!! Form::close() !!}
@include('admin.product.images')
@include('admin.product.upload_whitelabel')
@endsection