@extends($activeTemplate . 'layouts.agent') @section('content')
@csrf
@lang('Address')

{{ __($agent->full_address) }}

{{ __($agent->full_name) }}
  • @if ($agent->ev) @else @endif @lang('Email')
  • @if ($agent->sv) @else @endif @lang('Mobile')
  • @if ($agent->kv == Status::YES) @else @endif @lang('KYC')
@lang('Full Information')
  • @lang('First Name')

    : {{ __($agent->firstname) }}
  • @lang('Last Name')

    : {{ __($agent->lastname) }}
  • @lang('E-mail Address')

    : {{ $agent->email }}
  • @lang('Mobile Number')

    : {{ $agent->mobileNumber }}
  • @lang('Address')

    : {{ __($agent->address) }}
  • @lang('State')

    : {{ __($agent->state) }}
  • @lang('Zip Code')

    : {{ __($agent->zip) }}
  • @lang('City')

    : {{ __($agent->city) }}
  • @lang('Country')

    : {{ __(@$agent->country_name) }}
@endsection @push('script') @endpush