@extends('layouts.auth') @section('content')
Please enter your user information.
{{ session('unauthorized') }}
{{ csrf_field() }}
@endsection