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