@extends('layouts.guest') @section('title', 'Log in') @section('content')
Smart Flow

Sign in to your account

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

← Back to home

@endsection