@extends('shaun_core::admin.layouts.master') @section('content')
{{ $title }}
{{__('Create new')}}
{{ csrf_field() }} @foreach ($countries as $country) @endforeach
{{__('ISO')}} {{__('Name')}} {{__('Number of States')}} {{__('Active')}} {{__('Action')}}
open_with {{$country->country_iso}} {{$country->getTranslatedAttributeValue('name')}} {{$country->state_count}} @if ($country->is_active) {{__('Yes')}} @else {{__('No')}} @endif {{__('Edit')}} {{__('Manage States')}} {{__('Delete')}}
@stop @push('scripts-body') @endpush