@extends('frontend.layouts.master') @section('meta_title', 'Login'. ' || ' . $setting->app_name) @section('contents')

{{ __('Welcome back!') }}

{{ __('Hey there! Ready to log in? Just enter your email and password below and you will be back in action in no time. Lets go!') }}

@if($setting->google_login_status == 'active') @endif
@endsection