@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Catastro @endslot @slot('title') Lotizaciones @endslot @endcomponent
| ID | Nombre | Urbanización | Fecha | Estado | Acciones |
|---|---|---|---|---|---|
| {{ $l->id_lotizacion }} | {{ $l->nombre_lotizacion }} | {{ $l->urbanizacion->nombre_urbanizacion ?? '-' }} | {{ $l->fecha_creacion }} | {{ $l->estado }} |