@extends('layouts.auth') @section('content')

Thank you for registration

You need to wait untill admin review your profile

@if(isset($name))

Name: {{$name}}

@endif @if(isset($phone))

Phone Number: {{$phone}}

@endif @if(isset($email))

Email: {{$email}}

@endif @if(isset($login_id))

Login ID: {{$login_id}}

@endif @if(isset($password))

Password: {{$password}}

@endif
@endsection