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

{{ $head ?? ''}}

@if($store ?? '' && $store->id) @method('PUT') @endif @csrf
@foreach($languages as $language)
@endforeach
@foreach($brands as $key=> $row)
id, $brand_ids) ? 'checked' : '' }} value="{{ $row->id }}" class="custom-control-input" id="brand_{{ $key }}" name="brand_ids[]">
@endforeach
@endsection @section('inner_js') @endsection