@extends('layouts.load') @section('content')
@include('includes.admin.form-error')
{{csrf_field()}}

* {{ __("indicates a required field") }}

@component('admin.components.input-localized',["required" => true]) @slot('name') name @endslot @slot('placeholder') {{ __('Enter Name') }} @endslot {{ __('Name') }} * @endcomponent

{{ __('Option') }} *

@foreach ($locales as $loc) @if ($loc->locale === $lang->locale) @continue @endif
@endforeach
@if($gs->is_attr_cards)
@foreach ($locales as $loc) @if ($loc->locale === $lang->locale) @continue @endif
@endforeach
@endif

{{ __('Show price field when creating a Product.')}}

{{ __('Show price on product details at the store.')}}

{{ __('Show the attribute itself on product details at the store.')}}
@endsection @section('scripts') @endsection