@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Delivery_Restriction')) @push('css_or_js') @endpush @section('content')
{{\App\CPU\translate('Business_Setup')}}
| {{\App\CPU\translate('sl')}} | {{\App\CPU\translate('country_name')}} | {{\App\CPU\translate('action')}} | {{$stored_countries->firstItem()+$k}} | @foreach($countries as $country) @if($store->country_code == $country['code']){{ $country['name'] }} | @endif @endforeach@empty |
|---|---|---|
|
{{\App\CPU\translate('No Country Found')}} |
||