@extends('layouts.master-without-nav') @section('title')Unikit @endsection @section('body-start') @endsection @section('content')

Let's Get Started Unikit

Sign up to continue to Unikit.

@csrf
@error('username') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('number') {{ $message }} @enderror

Already have an account ? Log in

@endsection @section('script') @endsection @section('body-end') @endsection