@extends('inner_layout') @section('title') {{ config('app.name', __('Sign In')) }} @endsection @section('frontend_content')

{{ __('Login Account') }}

{{ __('Your email address will not be published. Required fields are marked*') }}

@csrf
{{ __('Forgot Password?') }}
@if ($general_setting?->recaptcha_status == 1)
@endif
{{ __('OR') }}
{{ __("Don't have an account?") }} {{ __('Sign Up') }}
@endsection @push('script_section') @endpush