@extends('website.layouts.app') @section('content')
Welcome {{ $customer['name'] }}
Logout  
@csrf
@if ($customer['is_verified'])

Your application is verified successfully.

Payment link will be released shortly.

@else
Please fill up below mandatory form(s) to join our community
  • Form 16
    Progress: 0%
    Status: Pending
    Fill now
  • Form 17
    Progress: 0%
    Status: Pending
    Fill now
  • Documents
    Progress: 0%
    Status: Pending
    Upload Now
@endif
@endsection