@extends('layouts.app') @section('content')
Login as {{ \App\User::currentUser()->name }}
{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection