@extends('layouts.plains') @section('stylesheets') @parent @endsection @section('content')

Login to continue

Don't have an account? Sign Up

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('javascript') @endsection