@extends('shaun_core::admin.layouts.master') @section('content')
{{ $title }}
@foreach ($states as $state) @endforeach
{{__('Name')}} {{__('Active')}} {{__('Action')}}
open_with {{$state->getTranslatedAttributeValue('name')}} @if ($state->is_active) {{__('Yes')}} @else {{__('No')}} @endif {{__('Edit')}} {{__('Manage Cities')}} {{__('Delete')}}
@stop @push('scripts-body') @endpush