@extends('backend.layout')
@section('content')
@if (count($countries) == 0)
{{ __('NO COUNTRIES FOUND') . '!' }}
@else
@endif
{{-- create modal --}}
@include('backend.event.specification.country.create')
{{-- edit modal --}}
@include('backend.event.specification.country.edit')
@endsection