@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($product ?? '' && $product->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach
{{__('products.points')}}
@if(count($points)) @foreach($points['minimum'] as $key => $minimum)
@if($loop->iteration > 1)
@endif
@endforeach @else
@foreach($languages as $language)
name})" : '' }}" value=''/>
@endforeach
@endif
@include('admin.products.point')
{{--Start image container--}}
@if ($product ?? false) @foreach ($product['images'] as $image)
@endforeach @endif
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection