@extends('layouts.main') @section('panel')
@if (Route::is('member.create'))
Website Settings
@csrf
@else
User Details

*PENDAFTARAN MEMBER VVIP+ BERHASIL !!*

Id / Username : {{ $data->username }}
Kata Sandi : {{ $data->password }}

Link login : {{ $data->url }}

@endif
@endsection