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

{{$head ?? '' }}

@if($product ?? '' && $product->id) @method('PUT') @endif @csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@if(count($features))
@foreach($features as $key => $row)
id, ($product->features_ids ?? [])) ? 'checked' : '' }} value="{{ $row->id }}" class="custom-control-input" id="features_{{ $key }}" name="features_ids[]">
@endforeach
@endif @foreach(languages() as $language)
@endforeach
@if ($product ?? false) @foreach ($product->images as $photo)
@endforeach @endif
@endsection @section('inner_js') {{-- --}} @endsection