@extends('layouts.guest') @section('namePage', 'Daftar') @section('content')
@csrf {{-- Nama Lengkap --}}
{{-- Email --}}
{{-- Role / Perusahaan --}}
{{-- Password --}}
{{-- Konfirmasi Password --}}
{{-- Tombol Daftar --}}
Daftar
{{-- Tautan Login --}} @if (Route::has('login'))
Sudah punya akun? Masuk
@endif
@endsection @section('scripts') @endsection