@extends('layouts3.login') @section('content')
Actividades de Extensión en el Currículo

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