@extends('recaudacion.layout') @section('title', 'Ingresar - Recaudación') @section('content')

Ingresar

Accedé a tu Home Banking de Recaudación.

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
¿No tenés cuenta? Registrate
@endsection