{{$tipo_tituloMayus}}

{{$titulo}}


@error('descripcion') @enderror
@error('dni') @enderror
@error('ruc') @enderror
@error('pasaporte') @enderror
@error('carnet') @enderror
@error('direccion') @enderror

Lista de {{$tipo_tituloMinus}}

@foreach ($datosSistem['customer'] as $customer) @endforeach
ID NOMBRE DIRECCION DNI RUC PASAPORTE C. DE EXTRAJERIA ACCIONES
{{$customer->id}} {{$customer->descripcion}} {{$customer->direccion}} {{$customer->dni}} {{$customer->ruc}} {{$customer->pasaporte}} {{$customer->carnet}}
Mostrando {{$datosSistem['customer']->count()}} de {{$datosSistem['customer']->total()}}
{{ $datosSistem['customer']->onEachSide(1)->links() }}