@extends('admin.layouts.index') @section('content')
@can('viewAny', 'App\Models\City')
@can('create', 'App\Models\City')

@endcan
@lang("validation.attributes.title") @lang("validation.attributes.is_active") @lang("global.options")
@endcan
@endsection