@extends('layouts.login') @section('content')

{{ csrf_field() }}
@if ($errors->has('error')) {{ $errors->first('error') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Tutoriais:
@endsection