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