@extends('layouts3.login') @section('content')
Servicio Comunitario Prestadores

@csrf
@if ($errors->has('ci'))
{{ $errors->first('ci') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@endsection @section('scripts') @endsection