@extends('front.layouts.app', ['class' => 'bg-default', 'title' => 'Login']) @section('content')

Welcome {{env('APP_NAME')}}

Get access to your Orders, Wishlist and Recommendations

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($ecomm_enabled == 1)

Create an account, Sign Up

@endif
@endsection