@extends('template.login') @section('bolsa')

Bolsa de trabajo

@endsection @section('content')
{{ csrf_field() }}

Iniciar Sesión

Ingrese un usuario y password
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Registrarme ¿Olvidó su contraseña?
@endsection