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

Welcome Back

Sign in to track orders, save shipping info and check out faster.

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
Default Customer: user@divne.com / password123

New to {{ config('shop.name') }}? Create an account

Are you a store manager? Go to Admin Panel Sign In
@endsection