@section('title') @lang('Login') @endsection @lang('Login') @php $logo = GetSettingValue('dark_logo') ? setBaseUrlWithFileName(GetSettingValue('dark_logo'),'image','logos') : asset('img/logo/dark_logo.png'); @endphp
@csrf
@if (Route::has('password.request')) {{ __('frontend.forgot_password') }} @endif
Demo Accounts
@if (env('IS_DEMO'))
Demo Accounts

admin@streamit.com

12345678

john@streamit.com

secret

@endif @if (Route::has('register'))

Do not have an account? Register.

@endif