@extends('Dashboard::layouts.app') @section('content')
@if (Storage::exists(__config_var('admin_logo'))) @endif
{{ __('Login') }}
@csrf
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{-- @if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif --}}
@endsection