@extends('frontend.frontend-page-master') @section('page-title') {{__('Login')}} @endsection @section('content') {{__('Login To Your Account')}} @csrf {{__('Login')}} {{__('Remember Me')}} {{__('Create New account?')}} {{__('Forgot Password?')}} @if(get_static_option('enable_facebook_login')) {{__('Login With Facebook')}} @endif @if(get_static_option('enable_google_login')) {{__('Login With Google')}} @endif @endsection @section('scripts') @endsection