@extends('auth.main') @section('title', __('auth.login')) @section('auth-content')
{{-- @include('admin.section.flash_message')--}}
{{ __('auth.company_logo_alt') }}
{{ __('auth.welcome_back') }}
@csrf
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
@if (Route::has('password.request')) {{ __('auth.forgot_password') }} @endif
@endsection