@extends('layouts.base', ['subtitle' => 'Sign In']) @section('body-attribuet') class="authentication-bg" @endsection @section('content')

Welcome Back!

Sign in to your account to continue

@csrf @if (sizeof($errors) > 0) @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @endif
{{--
Forgot password?
--}}
{{--
--}}
{{--

Don't have an account? Sign Up

--}}
@endsection