@section('styles')
@stop
@section('title', __('Products'))
{{-- new form --}}
{{ __('Create Product') }}
@foreach ($prices as $index => $value)
@endforeach
{{ __('Add Price') }}
{{-- details modal --}}
{{ $selectedModel?->name ?? '' }} {{ __('Details') }}
@foreach ($selectedModel->photos ?? [] as $photo)

@endforeach
{{-- new form --}}
{{ __('Update Product') }}
@foreach ($prices as $index => $value)
@endforeach
{{ __('Add Price') }}
{{-- new form --}}
{{-- @entangle('showAssign') --}}
{{ __('Update Options') }}
@foreach ($optionGroups as $index => $value)
@endforeach
{{ __('Add Option Group') }}