@extends('layouts.master') @section('body')
{{ csrf_field() }}

Log in to your account

@icon('user', 'text-dark-muted text-xs')
@icon('lock-closed', 'text-dark-muted text-xs')
@if($errors->any())

These credentials do not match our records.

@endif
@endsection