@extends('layouts.app') @section('title','Login | Shopora') @section('content')

Welcome Back

Sign in to continue to Shopora

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
Forgot Password?
Don't have an account? Create one now
@endsection