@extends('layouts.dashboard.app') @section('login')
{{-- --}}

Epid Logo{{ config('app.name', 'EPID') }} {{-- __('Login') --}}

@csrf
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection