@extends('Layouts.common') @section('content')
{{--

Adventure starts here 🚀

Make your app management easy and fun!

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

Already have an account? Sign in instead

@endsection @push('js') @endpush