@extends('layouts.master-blank') @section('title','صفحه ورود') @section('content')
@if(config('site_logo'))

{{ config('site_logo') }}

@else SITE LOGO @endif

لطفا جهت ورود به سیستم اطلاعات کاربری خود را در کادر پایین وارد نمایید

@if(session('success'))
{{ session('success') }}
@endif @error('auth_result')
{{ $message }}
@enderror
@csrf
@error('username') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if(config('use_google_nocaptcha')) @else @endif
@if(Route::has('register'))

حساب کاربری ندارید؟ ثبت نام کنید

@endif
@component('components.copyright') @endcomponent @endsection @if(config('use_google_nocaptcha')) @section('script') @endsection @endif