{{ __('messages.product_information') }}

{{ __('messages.basic_product_information') }}

@if($product->getCustomFields()->count() > 0)
@foreach ($product->getCustomFields() as $custom_field)
@include('layouts._custom_field', ['model' => $product, 'custom_field' => $custom_field])
@endforeach
@endif