@extends('site_app') @section('head_title', trans('words.login_text').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content') @if(getcong('recaptcha_on_login')) @endif
{{trans('words.dont_have_account')}} {{trans('words.sign_up')}}
{{ html()->form()->close() }}