@extends('layouts.user') @section('title', 'Sign In') @section('content')

Sign in to your account

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