@extends('layouts.back-end.app') @section('title', translate('delivery_Restriction')) @push('css_or_js') @endpush @section('content')
{{translate('sl')}} | {{translate('country_name')}} | {{translate('action')}} |
---|---|---|
{{ $storedCountries->firstItem() + $key }} | @foreach($countries as $country) @if($store->country_code == $country['code']){{ $country['name'] }} | @endif @endforeach
{{translate('sl')}} | {{translate('zip_code')}} | {{translate('action')}} |
---|---|---|
{{ $storedZip->firstItem() + $key }} | {{ $zip->zipcode }} |