@extends('adminlte::page') @section('title', $country->name . ' :: '.__('global.Cities')) @section('content_header', $country->name . ' :: '.__('global.Cities')) @section('content')
@can('cities.create') @lang('global.Create') @endcan
@lang('global.Id') @lang('global.Name') @lang('global.Prefix') @lang('global.Iso') @lang('global.Cp') @lang('global.Department') @lang('global.Region') @lang('global.Action')
@endsection @section('adminlte_js') @endsection