@extends('layout.customer.master') @section('lib-css') @endsection @push('custom-css') @endpush @section('content')

Congratualtions!

Your request has been successfully processed.

You will get another confirmation within next 72 hours

Basic Info

{{$data['full_name'] ?? '' }}
{{$data['customer_nid'] ?? '' }}
{{$data['dob'] ?? '' }}

Personal Info:

{{$data['fathers_name'] ?? '' }}
{{$data['mothers_name'] ?? '' }}
{{$data['mobile_no'] ?? '' }}
{{$data['account_type'] ?? '' }}

Nominee Info

@if($data['is_nominee_verified'] == 1)
{{$data['nominee_1_name'] ?? '' }}
{{$data['nominee_1_relation'] ?? '' }}
{{$data['nominee_1_nid_no'] ?? '' }}
{{$data['nominee_1_dob'] ?? '' }}
@else

** Nominee information is not verified

@endif
@endsection @section('lib-js') @endsection