@extends('Layouts.common') @section('content')
@if (session('success')) @endif
{{--

Welcome to Sneat! 👋

Please sign-in to your account and start the adventure

--}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{-- Forgot Password? --}}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
--}}
@endsection @push('js') @endpush