MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/.trash/database/seeds/CountrysTableSeeder.php
<?php

use Illuminate\Database\Seeder;

class CountrysTableSeeder extends Seeder
{

    /**
     * Auto generated seed file
     *
     * @return void
     */
    public function run()
    {
        

        \DB::table('countrys')->delete();
        
        \DB::table('countrys')->insert(array (
            0 => 
            array (
                'id' => 1,
                'country' => 'USA',
                'nationality' => 'American',
                'country_code' => 'USA',
                'country_code_mobile' => '+1',
                'currency' => 'Dollar',
            ),
            1 => 
            array (
                'id' => 2,
                'country' => 'India',
                'nationality' => 'Indian',
                'country_code' => 'IN',
                'country_code_mobile' => '+91',
                'currency' => 'Rupees',
            ),
            2 => 
            array (
                'id' => 3,
                'country' => 'Andorra',
                'nationality' => 'Andorian',
                'country_code' => 'AD',
                'country_code_mobile' => '+376',
                'currency' => 'Euro',
            ),
            3 => 
            array (
                'id' => 4,
                'country' => 'United Arab Emirates',
                'nationality' => 'Emirian',
                'country_code' => 'AE',
                'country_code_mobile' => '+971',
                'currency' => '',
            ),
            4 => 
            array (
                'id' => 5,
                'country' => 'Afghanistan',
                'nationality' => 'Afghani',
                'country_code' => 'AF',
                'country_code_mobile' => '+93',
                'currency' => 'Afghani',
            ),
            5 => 
            array (
                'id' => 6,
                'country' => 'Anguilla',
                'nationality' => 'Anguillan',
                'country_code' => 'AI',
                'country_code_mobile' => '+1264',
                'currency' => '',
            ),
            6 => 
            array (
                'id' => 7,
                'country' => 'Armenia',
                'nationality' => 'Armenian',
                'country_code' => 'AM',
                'country_code_mobile' => '+374',
                'currency' => '',
            ),
            7 => 
            array (
                'id' => 8,
                'country' => 'Angola',
                'nationality' => 'Angolian',
                'country_code' => 'AO',
                'country_code_mobile' => '+244',
                'currency' => '',
            ),
            8 => 
            array (
                'id' => 9,
                'country' => 'Antarctica',
                'nationality' => 'Antarctic',
                'country_code' => 'AQ',
                'country_code_mobile' => '+672',
                'currency' => '',
            ),
            9 => 
            array (
                'id' => 10,
                'country' => 'Argentina',
                'nationality' => 'Argentine',
                'country_code' => 'AR',
                'country_code_mobile' => '+54',
                'currency' => '',
            ),
            10 => 
            array (
                'id' => 11,
                'country' => 'Austria',
                'nationality' => 'Austrian',
                'country_code' => 'AS',
                'country_code_mobile' => '+1684',
                'currency' => '',
            ),
            11 => 
            array (
                'id' => 12,
                'country' => 'Australia',
                'nationality' => 'Australian',
                'country_code' => 'AU',
                'country_code_mobile' => '+61',
                'currency' => '',
            ),
            12 => 
            array (
                'id' => 13,
                'country' => 'Aruba',
                'nationality' => 'Arubian',
                'country_code' => 'AW',
                'country_code_mobile' => '+297',
                'currency' => '',
            ),
            13 => 
            array (
                'id' => 14,
                'country' => 'Bangladesh',
                'nationality' => 'Bangladeshi',
                'country_code' => 'BA',
                'country_code_mobile' => '+387',
                'currency' => '',
            ),
            14 => 
            array (
                'id' => 15,
                'country' => 'Barbados',
                'nationality' => 'Barbadian',
                'country_code' => 'BB',
                'country_code_mobile' => '+1246',
                'currency' => '',
            ),
            15 => 
            array (
                'id' => 16,
                'country' => 'Belgium',
                'nationality' => 'Belgian',
                'country_code' => 'BE',
                'country_code_mobile' => '+32',
                'currency' => '',
            ),
            16 => 
            array (
                'id' => 17,
                'country' => 'Bahrain',
                'nationality' => 'Bahrainian',
                'country_code' => 'BH',
                'country_code_mobile' => '+973',
                'currency' => '',
            ),
            17 => 
            array (
                'id' => 18,
                'country' => 'Bermuda',
                'nationality' => 'Bermuda',
                'country_code' => 'BM',
                'country_code_mobile' => '+1441',
                'currency' => '',
            ),
            18 => 
            array (
                'id' => 19,
                'country' => 'Bolivia',
                'nationality' => 'Bolivian',
                'country_code' => 'BO',
                'country_code_mobile' => '+591',
                'currency' => '',
            ),
            19 => 
            array (
                'id' => 20,
                'country' => 'Brazil',
                'nationality' => 'Brazilian',
                'country_code' => 'BR',
                'country_code_mobile' => '+55',
                'currency' => '',
            ),
            20 => 
            array (
                'id' => 21,
                'country' => 'Bahamas',
                'nationality' => 'Bahameese',
                'country_code' => 'BS',
                'country_code_mobile' => '+1242',
                'currency' => '',
            ),
            21 => 
            array (
                'id' => 22,
                'country' => 'Bhutan',
                'nationality' => 'Bhutanese',
                'country_code' => 'BT',
                'country_code_mobile' => '+975',
                'currency' => '',
            ),
            22 => 
            array (
                'id' => 23,
                'country' => 'Bulgaria',
                'nationality' => 'Bulgarian',
                'country_code' => 'BG',
                'country_code_mobile' => '+359',
                'currency' => '',
            ),
            23 => 
            array (
                'id' => 24,
                'country' => 'Belarus',
                'nationality' => 'Belarusian',
                'country_code' => 'BY',
                'country_code_mobile' => '+375',
                'currency' => '',
            ),
            24 => 
            array (
                'id' => 25,
                'country' => 'Belize',
                'nationality' => 'Belizean',
                'country_code' => 'BZ',
                'country_code_mobile' => '+501',
                'currency' => '',
            ),
            25 => 
            array (
                'id' => 26,
                'country' => 'Canada',
                'nationality' => 'Canadian',
                'country_code' => 'CA',
                'country_code_mobile' => '+1',
                'currency' => '',
            ),
            26 => 
            array (
                'id' => 27,
                'country' => 'Congo',
                'nationality' => 'Congolese',
                'country_code' => 'CG',
                'country_code_mobile' => '+242',
                'currency' => '',
            ),
            27 => 
            array (
                'id' => 28,
                'country' => 'China',
                'nationality' => 'Chinese',
                'country_code' => 'CH',
                'country_code_mobile' => '+41',
                'currency' => '',
            ),
            28 => 
            array (
                'id' => 29,
                'country' => 'Switzerland',
                'nationality' => 'Swiss',
                'country_code' => 'CH',
                'country_code_mobile' => '+41',
                'currency' => '',
            ),
            29 => 
            array (
                'id' => 30,
                'country' => 'Chile',
                'nationality' => 'Chilean',
                'country_code' => 'CL',
                'country_code_mobile' => '+56',
                'currency' => '',
            ),
            30 => 
            array (
                'id' => 31,
                'country' => 'Cambodia',
                'nationality' => 'Cambodian',
                'country_code' => 'CM',
                'country_code_mobile' => '+237',
                'currency' => '',
            ),
            31 => 
            array (
                'id' => 32,
                'country' => 'Cameroon',
                'nationality' => 'Cameroonian',
                'country_code' => 'CM',
                'country_code_mobile' => '+237',
                'currency' => '',
            ),
            32 => 
            array (
                'id' => 33,
                'country' => 'Columbia',
                'nationality' => 'Columbian',
                'country_code' => 'CO',
                'country_code_mobile' => '+57',
                'currency' => '',
            ),
            33 => 
            array (
                'id' => 34,
                'country' => 'Czech Republic',
                'nationality' => 'Czech',
                'country_code' => 'CR',
                'country_code_mobile' => '+506',
                'currency' => '',
            ),
            34 => 
            array (
                'id' => 35,
                'country' => 'Costa Rica',
                'nationality' => 'Costa Rican',
                'country_code' => 'CR',
                'country_code_mobile' => '+506',
                'currency' => '',
            ),
            35 => 
            array (
                'id' => 36,
                'country' => 'Cuba',
                'nationality' => 'Cuban',
                'country_code' => 'CU',
                'country_code_mobile' => '+53',
                'currency' => '',
            ),
            36 => 
            array (
                'id' => 37,
                'country' => 'Cyprus',
                'nationality' => 'Cypriot',
                'country_code' => 'CY',
                'country_code_mobile' => '+357',
                'currency' => '',
            ),
            37 => 
            array (
                'id' => 38,
                'country' => 'Germany',
                'nationality' => 'German',
                'country_code' => 'DE',
                'country_code_mobile' => '+49',
                'currency' => '',
            ),
            38 => 
            array (
                'id' => 39,
                'country' => 'Denmark',
                'nationality' => 'Danish',
                'country_code' => 'DK',
                'country_code_mobile' => '+45',
                'currency' => '',
            ),
            39 => 
            array (
                'id' => 40,
                'country' => 'Dominica',
                'nationality' => 'Dominican',
                'country_code' => 'DM',
                'country_code_mobile' => '+1767',
                'currency' => '',
            ),
            40 => 
            array (
                'id' => 41,
                'country' => 'Ecuador',
                'nationality' => 'Ecuadorean',
                'country_code' => 'EC',
                'country_code_mobile' => '+593',
                'currency' => '',
            ),
            41 => 
            array (
                'id' => 42,
                'country' => 'Estonia',
                'nationality' => 'Estonian',
                'country_code' => 'EE',
                'country_code_mobile' => '+372',
                'currency' => '',
            ),
            42 => 
            array (
                'id' => 43,
                'country' => 'Egypt',
                'nationality' => 'Egyptian',
                'country_code' => 'EG',
                'country_code_mobile' => '+20',
                'currency' => '',
            ),
            43 => 
            array (
                'id' => 44,
                'country' => 'Ethiopia',
                'nationality' => 'Ethiopian',
                'country_code' => 'ET',
                'country_code_mobile' => '+251',
                'currency' => '',
            ),
            44 => 
            array (
                'id' => 45,
                'country' => 'Finland',
                'nationality' => 'Finnish',
                'country_code' => 'FI',
                'country_code_mobile' => '+358',
                'currency' => '',
            ),
            45 => 
            array (
                'id' => 46,
                'country' => 'Fiji',
                'nationality' => 'Fijian',
                'country_code' => 'FJ',
                'country_code_mobile' => '+679',
                'currency' => '',
            ),
            46 => 
            array (
                'id' => 47,
                'country' => 'France',
                'nationality' => 'French',
                'country_code' => 'FR',
                'country_code_mobile' => '+33',
                'currency' => '',
            ),
            47 => 
            array (
                'id' => 48,
                'country' => 'United Kingdom',
                'nationality' => 'British',
                'country_code' => 'GB',
                'country_code_mobile' => '+44',
                'currency' => '',
            ),
            48 => 
            array (
                'id' => 49,
                'country' => 'Georgia',
                'nationality' => 'Georgian',
                'country_code' => 'GE',
                'country_code_mobile' => '+995',
                'currency' => '',
            ),
            49 => 
            array (
                'id' => 50,
                'country' => 'Ghana',
                'nationality' => 'Ghanaian',
                'country_code' => 'GH',
                'country_code_mobile' => '+233',
                'currency' => '',
            ),
            50 => 
            array (
                'id' => 51,
                'country' => 'Guinea',
                'nationality' => 'Guinean',
                'country_code' => 'GN',
                'country_code_mobile' => '+224',
                'currency' => '',
            ),
            51 => 
            array (
                'id' => 52,
                'country' => 'Greece',
                'nationality' => 'Greek',
                'country_code' => 'GR',
                'country_code_mobile' => '+30',
                'currency' => '',
            ),
            52 => 
            array (
                'id' => 53,
                'country' => 'Guyana',
                'nationality' => 'Guyanese',
                'country_code' => 'GY',
                'country_code_mobile' => '+592',
                'currency' => '',
            ),
            53 => 
            array (
                'id' => 54,
                'country' => 'Hong Kong',
                'nationality' => 'Chinese',
                'country_code' => 'HK',
                'country_code_mobile' => '+852',
                'currency' => '',
            ),
            54 => 
            array (
                'id' => 55,
                'country' => 'Croatia',
                'nationality' => 'Croatian',
                'country_code' => 'HR',
                'country_code_mobile' => '+385',
                'currency' => '',
            ),
            55 => 
            array (
                'id' => 56,
                'country' => 'Hungary',
                'nationality' => 'Hungarian',
                'country_code' => 'HU',
                'country_code_mobile' => '+36',
                'currency' => '',
            ),
            56 => 
            array (
                'id' => 57,
                'country' => 'Indonesia',
                'nationality' => 'Indonesian',
                'country_code' => 'ID',
                'country_code_mobile' => '+62',
                'currency' => '',
            ),
            57 => 
            array (
                'id' => 58,
                'country' => 'Ireland',
                'nationality' => 'Irish',
                'country_code' => 'IE',
                'country_code_mobile' => '+353',
                'currency' => '',
            ),
            58 => 
            array (
                'id' => 59,
                'country' => 'India',
                'nationality' => 'Indian',
                'country_code' => 'IN',
                'country_code_mobile' => '+91',
                'currency' => '',
            ),
            59 => 
            array (
                'id' => 60,
                'country' => 'Iraq',
                'nationality' => 'Iraqi',
                'country_code' => 'IQ',
                'country_code_mobile' => '+964',
                'currency' => '',
            ),
            60 => 
            array (
                'id' => 61,
                'country' => 'Iran',
                'nationality' => 'Iranian',
                'country_code' => 'IR',
                'country_code_mobile' => '+98',
                'currency' => '',
            ),
            61 => 
            array (
                'id' => 62,
                'country' => 'Israel',
                'nationality' => 'Israeli',
                'country_code' => 'IS',
                'country_code_mobile' => '+354',
                'currency' => '',
            ),
            62 => 
            array (
                'id' => 63,
                'country' => 'Iceland',
                'nationality' => 'Icelander',
                'country_code' => 'IS',
                'country_code_mobile' => '+354',
                'currency' => '',
            ),
            63 => 
            array (
                'id' => 64,
                'country' => 'Italy',
                'nationality' => 'Italian',
                'country_code' => 'IT',
                'country_code_mobile' => '+39',
                'currency' => '',
            ),
            64 => 
            array (
                'id' => 65,
                'country' => 'Jamaica',
                'nationality' => 'Jamaican',
                'country_code' => 'JM',
                'country_code_mobile' => '+1876',
                'currency' => '',
            ),
            65 => 
            array (
                'id' => 66,
                'country' => 'Jordan',
                'nationality' => 'Jordanian',
                'country_code' => 'JO',
                'country_code_mobile' => '+962',
                'currency' => '',
            ),
            66 => 
            array (
                'id' => 67,
                'country' => 'Japan',
                'nationality' => 'Japanese',
                'country_code' => 'JP',
                'country_code_mobile' => '+81',
                'currency' => '',
            ),
            67 => 
            array (
                'id' => 68,
                'country' => 'Kenya',
                'nationality' => 'Kenyan',
                'country_code' => 'KE',
                'country_code_mobile' => '+254',
                'currency' => '',
            ),
            68 => 
            array (
                'id' => 69,
                'country' => 'Korea',
                'nationality' => 'Korean',
                'country_code' => 'KR',
                'country_code_mobile' => '+82',
                'currency' => '',
            ),
            69 => 
            array (
                'id' => 70,
                'country' => 'Kuwait',
                'nationality' => 'Kuwaiti',
                'country_code' => 'KW',
                'country_code_mobile' => '+965',
                'currency' => '',
            ),
            70 => 
            array (
                'id' => 71,
                'country' => 'Kazakhstan',
                'nationality' => 'Kazakhstani',
                'country_code' => 'KZ',
                'country_code_mobile' => '+7',
                'currency' => '',
            ),
            71 => 
            array (
                'id' => 72,
                'country' => 'Kazakhstan',
                'nationality' => 'Kazakhstani',
                'country_code' => 'KZ',
                'country_code_mobile' => '+7',
                'currency' => '',
            ),
            72 => 
            array (
                'id' => 73,
                'country' => 'Lebanon',
                'nationality' => 'Lebanese',
                'country_code' => 'LB',
                'country_code_mobile' => '+961',
                'currency' => '',
            ),
            73 => 
            array (
                'id' => 74,
                'country' => 'Sri Lanka',
                'nationality' => 'Sri Lankan',
                'country_code' => 'LK',
                'country_code_mobile' => '+94',
                'currency' => '',
            ),
            74 => 
            array (
                'id' => 75,
                'country' => 'Lithuania',
                'nationality' => 'Lithuanian',
                'country_code' => 'LT',
                'country_code_mobile' => '+370',
                'currency' => '',
            ),
            75 => 
            array (
                'id' => 76,
                'country' => 'Luxembourg',
                'nationality' => 'Luxembourger',
                'country_code' => 'LU',
                'country_code_mobile' => '+352',
                'currency' => '',
            ),
            76 => 
            array (
                'id' => 77,
                'country' => 'Morocco',
                'nationality' => 'Moroccan',
                'country_code' => 'MA',
                'country_code_mobile' => '+212',
                'currency' => '',
            ),
            77 => 
            array (
                'id' => 78,
                'country' => 'Monaco',
                'nationality' => 'Monacan',
                'country_code' => 'MC',
                'country_code_mobile' => '+377',
                'currency' => '',
            ),
            78 => 
            array (
                'id' => 79,
                'country' => 'Mexico',
                'nationality' => 'Mexican',
                'country_code' => 'MX',
                'country_code_mobile' => '+52',
                'currency' => '',
            ),
            79 => 
            array (
                'id' => 80,
                'country' => 'Myanmar',
                'nationality' => 'Mayanmarese',
                'country_code' => 'MM',
                'country_code_mobile' => '+95',
                'currency' => '',
            ),
            80 => 
            array (
                'id' => 81,
                'country' => 'Mongolia',
                'nationality' => 'Mongolian',
                'country_code' => 'MN',
                'country_code_mobile' => '+976',
                'currency' => '',
            ),
            81 => 
            array (
                'id' => 82,
                'country' => 'Macau',
                'nationality' => 'Macau',
                'country_code' => 'MO',
                'country_code_mobile' => '+853',
                'currency' => '',
            ),
            82 => 
            array (
                'id' => 83,
                'country' => 'Mauritius',
                'nationality' => 'Mauritian',
                'country_code' => 'MU',
                'country_code_mobile' => '+230',
                'currency' => '',
            ),
            83 => 
            array (
                'id' => 84,
                'country' => 'Maldives',
                'nationality' => 'Maldivan',
                'country_code' => 'MV',
                'country_code_mobile' => '+960',
                'currency' => '',
            ),
            84 => 
            array (
                'id' => 85,
                'country' => 'Malaysia',
                'nationality' => 'Malaysian',
                'country_code' => 'MY',
                'country_code_mobile' => '+60',
                'currency' => '',
            ),
            85 => 
            array (
                'id' => 86,
                'country' => 'Namibia',
                'nationality' => 'Namibian',
                'country_code' => 'NA',
                'country_code_mobile' => '+264',
                'currency' => '',
            ),
            86 => 
            array (
                'id' => 87,
                'country' => 'Nigeria',
                'nationality' => 'Nigerian',
                'country_code' => 'NG',
                'country_code_mobile' => '+234',
                'currency' => '',
            ),
            87 => 
            array (
                'id' => 88,
                'country' => 'Netherland',
                'nationality' => 'Dutch',
                'country_code' => 'NL',
                'country_code_mobile' => '+31',
                'currency' => '',
            ),
            88 => 
            array (
                'id' => 89,
                'country' => 'Norway',
                'nationality' => 'Norwegian',
                'country_code' => 'NO',
                'country_code_mobile' => '+47',
                'currency' => '',
            ),
            89 => 
            array (
                'id' => 90,
                'country' => 'Nepal',
                'nationality' => 'Nepalese',
                'country_code' => 'NP',
                'country_code_mobile' => '+977',
                'currency' => '',
            ),
            90 => 
            array (
                'id' => 91,
                'country' => 'New Zealand',
                'nationality' => 'New Zealander',
                'country_code' => 'NZ',
                'country_code_mobile' => '+64',
                'currency' => '',
            ),
            91 => 
            array (
                'id' => 92,
                'country' => 'Oman',
                'nationality' => 'Omani',
                'country_code' => 'OM',
                'country_code_mobile' => '+968',
                'currency' => '',
            ),
            92 => 
            array (
                'id' => 93,
                'country' => 'Panama',
                'nationality' => 'Panamanian',
                'country_code' => 'PA',
                'country_code_mobile' => '+507',
                'currency' => '',
            ),
            93 => 
            array (
                'id' => 94,
                'country' => 'Peru',
                'nationality' => 'Peruvian',
                'country_code' => 'PE',
                'country_code_mobile' => '+51',
                'currency' => '',
            ),
            94 => 
            array (
                'id' => 95,
                'country' => 'Philippines',
                'nationality' => 'Filipino',
                'country_code' => 'PH',
                'country_code_mobile' => '+63',
                'currency' => '',
            ),
            95 => 
            array (
                'id' => 96,
                'country' => 'Pakistan',
                'nationality' => 'Pakistani',
                'country_code' => 'PK',
                'country_code_mobile' => '+92',
                'currency' => '',
            ),
            96 => 
            array (
                'id' => 97,
                'country' => 'Poland',
                'nationality' => 'Polish',
                'country_code' => 'PL',
                'country_code_mobile' => '+48',
                'currency' => '',
            ),
            97 => 
            array (
                'id' => 98,
                'country' => 'Portugal',
                'nationality' => 'Portugees',
                'country_code' => 'PT',
                'country_code_mobile' => '+351',
                'currency' => '',
            ),
            98 => 
            array (
                'id' => 99,
                'country' => 'Paraguay',
                'nationality' => 'Paraguayan',
                'country_code' => 'PY',
                'country_code_mobile' => '+595',
                'currency' => '',
            ),
            99 => 
            array (
                'id' => 100,
                'country' => 'Qatar',
                'nationality' => 'Qatari',
                'country_code' => 'QA',
                'country_code_mobile' => '+974',
                'currency' => '',
            ),
            100 => 
            array (
                'id' => 101,
                'country' => 'Romania',
                'nationality' => 'Romanian',
                'country_code' => 'RO',
                'country_code_mobile' => '+40',
                'currency' => '',
            ),
            101 => 
            array (
                'id' => 102,
                'country' => 'Russia',
                'nationality' => 'Russian',
                'country_code' => 'RU',
                'country_code_mobile' => '+70',
                'currency' => '',
            ),
            102 => 
            array (
                'id' => 103,
                'country' => 'Saudi Arabia',
                'nationality' => 'Saudi Arabian',
                'country_code' => 'SA',
                'country_code_mobile' => '+966',
                'currency' => '',
            ),
            103 => 
            array (
                'id' => 104,
                'country' => 'Seychelles',
                'nationality' => 'Seychellois',
                'country_code' => 'SC',
                'country_code_mobile' => '+248',
                'currency' => '',
            ),
            104 => 
            array (
                'id' => 105,
                'country' => 'Sweden',
                'nationality' => 'Swedish',
                'country_code' => 'SE',
                'country_code_mobile' => '+46',
                'currency' => '',
            ),
            105 => 
            array (
                'id' => 106,
                'country' => 'Singapore',
                'nationality' => 'Singaporean',
                'country_code' => 'SG',
                'country_code_mobile' => '+65',
                'currency' => '',
            ),
            106 => 
            array (
                'id' => 107,
                'country' => 'Slovakia',
                'nationality' => 'Slovakian',
                'country_code' => 'SK',
                'country_code_mobile' => '+421',
                'currency' => '',
            ),
            107 => 
            array (
                'id' => 108,
                'country' => 'Senegal',
                'nationality' => 'Senegalese',
                'country_code' => 'SN',
                'country_code_mobile' => '+221',
                'currency' => '',
            ),
            108 => 
            array (
                'id' => 109,
                'country' => 'Somalia',
                'nationality' => 'Somali',
                'country_code' => 'SO',
                'country_code_mobile' => '+252',
                'currency' => '',
            ),
            109 => 
            array (
                'id' => 110,
                'country' => 'Spain',
                'nationality' => 'Spanish',
                'country_code' => 'ES',
                'country_code_mobile' => '+34',
                'currency' => '',
            ),
            110 => 
            array (
                'id' => 111,
                'country' => 'Thailand',
                'nationality' => 'Thai',
                'country_code' => 'TH',
                'country_code_mobile' => '+66',
                'currency' => '',
            ),
            111 => 
            array (
                'id' => 112,
                'country' => 'Tunisia',
                'nationality' => 'Tunisian',
                'country_code' => 'TN',
                'country_code_mobile' => '+216',
                'currency' => '',
            ),
            112 => 
            array (
                'id' => 113,
                'country' => 'Turkey',
                'nationality' => 'Turkish',
                'country_code' => 'TR',
                'country_code_mobile' => '+90',
                'currency' => '',
            ),
            113 => 
            array (
                'id' => 114,
                'country' => 'Taiwan',
                'nationality' => 'Taiwanese',
                'country_code' => 'TW',
                'country_code_mobile' => '+886',
                'currency' => '',
            ),
            114 => 
            array (
                'id' => 115,
                'country' => 'Tanzania',
                'nationality' => 'Tanzanian',
                'country_code' => 'TZ',
                'country_code_mobile' => '+255',
                'currency' => '',
            ),
            115 => 
            array (
                'id' => 116,
                'country' => 'Ukraine',
                'nationality' => 'Ukrainian',
                'country_code' => 'UA',
                'country_code_mobile' => '+380',
                'currency' => '',
            ),
            116 => 
            array (
                'id' => 117,
                'country' => 'Uganda',
                'nationality' => 'Ugandan',
                'country_code' => 'UG',
                'country_code_mobile' => '+256',
                'currency' => '',
            ),
            117 => 
            array (
                'id' => 118,
                'country' => 'United States of America',
                'nationality' => 'American',
                'country_code' => 'US',
                'country_code_mobile' => '+1',
                'currency' => '',
            ),
            118 => 
            array (
                'id' => 119,
                'country' => 'Uruguay',
                'nationality' => 'Uruguayan',
                'country_code' => 'UY',
                'country_code_mobile' => '+598',
                'currency' => '',
            ),
            119 => 
            array (
                'id' => 120,
                'country' => 'Uzbekistan',
                'nationality' => 'Uzbekistani',
                'country_code' => 'UZ',
                'country_code_mobile' => '+998',
                'currency' => '',
            ),
            120 => 
            array (
                'id' => 121,
                'country' => 'Venezuela',
                'nationality' => 'Venezuelan',
                'country_code' => 'VE',
                'country_code_mobile' => '+58',
                'currency' => '',
            ),
            121 => 
            array (
                'id' => 122,
                'country' => 'Vietnam',
                'nationality' => 'Vietnamese',
                'country_code' => 'VN',
                'country_code_mobile' => '+84',
                'currency' => '',
            ),
            122 => 
            array (
                'id' => 123,
                'country' => 'Yemen',
                'nationality' => 'Yemeni',
                'country_code' => 'YE',
                'country_code_mobile' => '+967',
                'currency' => '',
            ),
            123 => 
            array (
                'id' => 124,
                'country' => 'South Africa',
                'nationality' => 'South African',
                'country_code' => 'ZA',
                'country_code_mobile' => '+27',
                'currency' => '',
            ),
            124 => 
            array (
                'id' => 125,
                'country' => 'Zambia',
                'nationality' => 'Zambian',
                'country_code' => 'ZM',
                'country_code_mobile' => '+260',
                'currency' => '',
            ),
            125 => 
            array (
                'id' => 126,
                'country' => 'Zimbabwe',
                'nationality' => 'Zimbabwean',
                'country_code' => 'ZW',
                'country_code_mobile' => '+263',
                'currency' => '',
            ),
        ));
        
        
    }
}