@extends('ecommerce::frontend.layout.main2') @section('title') {{ $ecommerce_setting->site_title ?? 'Ochaka - Login' }} @endsection @section('description') {{ $ecommerce_setting->site_description ?? 'Themesflat Ochaka - A modern and elegant Multipurpose eCommerce Template' }} @endsection @section('content') @include('ecommerce::frontend.partials.header') Welcome Back Sign in to your account @if(isset($verify) && ($verify == 0)) {{trans('file.We have sent you an email')}}. {{trans('file.Just click on the link in that email to verify')}}. @elseif(isset($verify) && ($verify == 1)) {{trans('file.Thank you for verifying your email')}}. @endif @csrf {{trans('Email Address')}} {{trans('Password')}} {{trans('file.Remember Me')}} {{trans('file.Forgot Password')}}? {{trans('file.Log In')}} {{trans("file.don't have an account")}}? {{trans('file.sign up now')}} @endsection @section('script') @endsection
Sign in to your account
{{trans('file.We have sent you an email')}}. {{trans('file.Just click on the link in that email to verify')}}.
{{trans('file.Thank you for verifying your email')}}.
{{trans("file.don't have an account")}}? {{trans('file.sign up now')}}