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

Create an account

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

{{--
--}} {{--
Sign up with
--}} {{-- --}} {{--
--}}
{{--
--}} {{-- Or sign up with credentials--}} {{--
--}}
@csrf
{{--
@lang('main.password') strength: strong
--}}
@include('dashboard::layouts.auth-footer') @stop