@extends('layouts.auth') @php $logo=asset(Storage::url('uploads/logo/')); $company_logo=Utility::getValByName('company_logo'); $settings = Utility::settings(); @endphp @push('custom-scripts') @if(env('RECAPTCHA_MODULE') == 'yes') {!! NoCaptcha::renderJs() !!} @endif @endpush @section('page-title') {{__('Login')}} @endsection @section('auth-lang') @endsection @section('content')
{{__("Don't have an account?")}} {{__('Register')}}
--}}