@extends('layouts.master') @section('title', 'Event Countries') @section('content') {{ __('Create Event Country') }} @csrf {{__('Select Country')}} @foreach ($country as $row) {{$row->country_name}} @endforeach {{__('Country')}} * {!! renderIconHtml('add') !!}{{ __('Add New') }} {{ __('#') }} {{ __('Country') }} {{ __('Created At') }} {{ __('Actions') }} @endsection @push('scripts') @endpush