@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 Email Address * Password * Remember me Sign In 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
Sign in to track orders, save shipping info and check out faster.
New to {{ config('shop.name') }}? Create an account