@extends('adminlte::page') @section('title', 'Lista de titulares') @section('plugins.Sweetalert2', true) @section('content_header')
# | N° Documento | Nombres y Apellidos | Estado | Opc |
---|---|---|---|---|
{{ $record->id }} | {{ $record->number }} | {{ $record->name }} | @if (!$record->deleted_at) Activo @else Inactivo @endif | Editar |