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

{{ $head ?? ''}}

{{$store->name}}

{{$store->email}}

{{$store->phone}}

{{$store->country->currentDescription->title ?? ''}}

{{$store->region->currentDescription->title ?? ''}}

{{$store->city->currentDescription->title ?? ''}}

{{$store->address}}

{{$store->responsible_name}}

{{$store->commercial_number}}

{{$store->cr_start_date}}

{{$store->cr_expire_date}}

{{$store->vat_number}}

@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

{{__('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