@php($auth=true) @extends('dashboard::layouts.layout') @section('content') @include('dashboard::layouts.auth-header')

Welcome!

Use these awesome forms to login or create new account in your project for free.

{{--
--}} {{--
Sign in with
--}} {{-- --}} {{--
--}}
{{--
--}} {{-- Or sign in with credentials--}} {{--
--}}
@csrf
@if (Route::has('dashboard.password.reset')) @endif @if (Route::has('dashboard.register')) @endif
@include('dashboard::layouts.auth-footer') @stop