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

Let's Get Started Unikit

Sign in to continue to Unikit.

@csrf
@error('username') {{ $message }} @enderror
@error('password_hash') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection @section('script') @endsection @section('body-end') @endsection