@extends('layouts/layoutMaster') @section('title', 'Ciudades') @section('content')
{{ $pageTitle }}
Catálogo oficial de ciudades
Volver
@csrf @if($formMethod !== 'POST') @method($formMethod) @endif
@error('name')
{{ $message }}
@enderror
@error('slug')
{{ $message }}
@enderror
@error('sort_order')
{{ $message }}
@enderror
exists ? (bool) $city->is_active : true) ? 'checked' : '' }} />
is_featured) ? 'checked' : '' }} />
exists ? (bool) $city->show_in_search : true) ? 'checked' : '' }} />
@endsection