@extends('layouts.plain') @section('title', 'Login | ' . config('app.name')) @section('extra_styles') @endsection @section('content')

Sign in

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection