@extends('layouts.default', [ 'sidebarLight' => true, 'headerMegaMenu' => true, 'sidebarMenu' => 'country', ]) @section('title', 'Country configuration') @section('token', csrf_token()) @section('content')

Country configuration

{{--
Add Country
--}}
@foreach ($country as $item) @endforeach
Code ISO 3166-1 EN KR TW Currency Symbol Display
{{ strtoupper($item->code_domain) }} {{ $item->code_num }} {{ $item->name_en }} {{ $item->name_kr }} {{ $item->name_tw }} {{ $item->currency }} {{ $item->symbol }} display=='Y') checked="checked" @endif >
@endsection @push('scripts') @endpush