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

{{ $head }}

@if($product ?? '' && $product->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach
image ?? "")}}"/>
Choose
@if ($product ?? false) @foreach ($product['photos'] as $photo)
@endforeach @endif
@endsection @section('inner_js') @endsection