@extends('layouts.app2') @section('content')

{{ __('Sign in to start your session') }}

{!! csrf_field() !!}
@if ($captcha == "enable" && isset($captchaCredentials->site_key))
@endif

{{ __('Forgot your password?') }} {{ __('Reset') }}

{{ __('Don\'t have account?') }} {{ __('Join now') }}

@endsection @section('js') @endsection