@extends('Layout.usergame') @section('content')
person

Personal details

Use functions of this section and fill in the missing information fields. Expand your capabilities on the site!

ACCOUNT DETAILS

Bank Name
{{isset($bank->bankname)?$bank->bankname:'No Bank name found!'}}
Account number
{{isset($bank->accountno)?$bank->accountno:'No Account no found!'}}
IFSC Code
{{isset($bank->ifsccode)?$bank->ifsccode:'No IFSC Code found!'}}
Branch Name
{{isset($bank->branchname)?$bank->branchname:'No Branch Found!'}}

CONTACT DETAILS

Phone Number
{{user('mobile')? user('mobile'):'No mobile no found!' }}
E-mail
{{ user('email') }}

PERSONAL DETAILS

Full name*
{{ user('name') }}
Gender*
{{ ucfirst(user('gender')) }}
Country*
{{ ucfirst(user('country')) }}
Currency*
{{ user('currency') }}
{{--
Pass*
--}}
@endsection