@php
$tabs = [
'general' => __('main.General'),
'images' => __('main.Images'),
'pricing' => __('main.Pricing'),
'attributes' => __('main.Attributes'),
'options' => __('main.Options'),
'module' => __('main.Module'),
];
@endphp
@foreach($tabs as $key => $label)
-
{{ $label }}
@endforeach
@section('js')
@parent
{{-- --}}
@endsection