@extends('auth.main') @section('title','Login') @section('auth-content')
{{-- @include('admin.section.flash_message')--}}
Welcome back! Log in to your account.
@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