@extends('branch_staff.layouts.app') @section('panel')
@if ($user->ev) @else @endif @lang('Email')
@if ($user->sv) @else @endif @lang('Mobile')
@if ($user->kv) @else @endif @lang('KYC')
@lang('Documents for Verification')
@if ($user->kyc_data) @foreach ($user->kyc_data as $val) @continue(!$val->value)
{{ __($val->name) }} @if ($val->type == 'checkbox') {{ implode(',', $val->value) }} @elseif($val->type == 'file') @lang('View File') @else
{{ __($val->value) }}
@endif
@endforeach @endif
@lang('Basic Information')
@lang('Account Status') @if ($user->status) @lang('Active') @else @lang('Banned') @endif
@lang('First Name')
{{ $user->firstname }}
@lang('Last Name')
{{ $user->lastname }}
@lang('Username')
{{ $user->username }}
@lang('Email')
{{ $user->email }}
@lang('Mobile Number')
{{ $user->mobile }}
@lang('City')
{{ @$user->address->city }}
@lang('State')
{{ @$user->address->state }}
@lang('Zip/Postal')
{{ @$user->address->zip }}
@lang('Country')
{{ @$user->address->country }}
@lang('Address')
{{ $user->address->address }}
@lang('Joined On')
{{ showDateTime($user->created_at, 'd M Y, h:i A') }}
@if ($user->branch)
@lang('Registred By')
{{ $user->branchStaff->name }}
@endif
@endsection @push('breadcrumb-plugins') @if ($staff->designation == Status::ROLE_ACCOUNT_OFFICER) @endif @endpush @push('script') @endpush @push('style') @endpush