@extends('layouts.master') @section('title') {{ 'Page Title Goes Here' }} @endsection @section('contain')
{{ $user->last_name ?? '-' }}
{{ $user->email }}
{{ $user->phone ?? '-' }}
{{ $user->company->indust->name ?? '-' }}
{{ $user->company->company_code ?? '-' }}
{{ $user->company->registration ?? '-' }}
{{ $user->company->website ?? '-' }}
{{ $user->company->employees ?? '-' }}
{{ $user->company->poll_limit ?? '-' }}
{{ $user->company->invoice_Email_address ?? '-' }}
{{ $user->company->invoice_contact ?? '-' }}
{{ $user->customer_stripe_id }}
{{ $user->ethnicity ?? '-' }}
{{ $user->latitude ?? '-' }}
{{ $user->longitude ?? '-' }}
offline
@elseonline
@endif{{ $user->dob }}
{{ $user->biography ?? '-' }}
{{ trim($language) }}
@endforeachNot Uploaded
Click to view pending
Not Uploaded
USD
{{ $user->wallet->fdp ?? '' }}
{{ $user->wallet->total_amount ?? '' }}
S.No | Transaction Type | FDP | Amount Type | Date |
---|---|---|---|---|
{{ $num++ }} | {{ $transaction->type ?? '-' }} | {{ $transaction->fdp ?? '-' }} | {{ $transaction->amount_type ?? '-' }} | {{ $transaction->created_at->format('d/m/Y') ?? '-' }} |
S.No | Department Name |
---|---|
{{ $num++ }} | {{ $department->name }} |
S.No | Payout Batch Id | Sender Batch Id | Amount | Receiver Email | Batch Status | Date |
---|---|---|---|---|---|---|
{{ $num++ }} | {{ $logs->payout_batch_id ?? '-' }} | {{ $logs->sender_batch_id ?? '-' }} | ${{ $logs->amount ?? '0' }} | ${{ $logs->receiver_email ?? ' ' }} | {{ $logs->batch_status ?? '-' }} | {{ $logs->created_at->format('d/m/Y') ?? '-' }} |