dbfdg @extends('layouts.auth') @php use App\Models\Utility; $logo = \App\Models\Utility::get_file('uploads/logo'); $settings = Utility::settings(); $company_logo = $settings['company_logo'] ?? ''; @endphp @push('custom-scripts') @if ($settings['recaptcha_module'] == 'on') {!! NoCaptcha::renderJs() !!} @endif @endpush @section('page-title') {{ __('Login') }} @endsection @if ($settings['cust_darklayout'] == 'on') @endif @php $languages = App\Models\Utility::languages(); @endphp @section('language-bar')
@endsection @section('content'){{ __("Don't have an account?") }} {{ __('Register') }}
@endif