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

{{ $head ?? ''}}

@if($type ?? '' && $type->id) @method('PUT') @endif @csrf @foreach($languages as $language)
@endforeach
@foreach($sizes as $key=> $size)
id) @if($type->sizeRelation($size->id)) checked @endif @endif value="{{ $size->id }}" class="custom-control-input" id="size_{{ $key }}" name="sizes[]">
@endforeach
@endsection @section('inner_js') {{-- --}} @endsection