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

{{ $head ?? ''}}

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

{{__('stores.address')}}

{{__('stores.store')}}

@if($store ?? '' && $store->id) @endif

{{__('stores.shipping_ways')}}

@foreach($shipping_ways as $key=> $row)
@foreach($row->keys as $keyIndex=>$rowKey)
id) style="display:none;" @else style="display: none" @endif>
@endforeach @endforeach
@endsection @section('inner_js') @endsection