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

{{$head ?? '' }}

@if($product ?? '' && $product->id) @method('PUT') @endif @csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{-- --}} @if(($product ?? null) && count($product->colors)) @foreach($product->colors as $color => $amount)
@if($loop->iteration != 1) @endif
{{--
--}} {{-- --}} {{-- --}} {{-- @if($loop->iteration != 1)--}} {{-- --}} {{-- @endif--}} {{--
--}} @endforeach @else
{{-- --}}
@endif
@foreach(languages() as $language)
@endforeach
@if ($product ?? false) @foreach ($product->images as $photo)
@endforeach @endif
@endsection @section('inner_js') {{-- --}} @endsection