@extends('layouts.plain') @section('content')
@if (session('error'))
@endif

{{ 'Sign in' }}

@endsection