@extends('auth.layout') @section('title', 'Pendaftaran - Tokoku') @section('content')

Pendaftaran

@csrf
@if ($errors->has('email'))

{{ucfirst($errors->first('email'))}}

@endif
@if ($errors->has('password'))

{{ucfirst($errors->first('password'))}}

@endif

Atau
Kembali Login
@endsection