@extends('layouts.app', ['class' => 'bg-default']) @section('content') @include('layouts.headers.guest')
Create new account OR Sign in with these credentials:
Username admin@argon.com Password: secret
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (Route::has('password.request')) {{ __('Forgot password?') }} @endif
@endsection