@extends('admin.layout.base') @section('title', 'Users ') @section('content')
@lang('admin.id') | @lang('admin.company_name') | @lang('admin.address') | @lang('admin.email') | @lang('admin.mobile') | @lang('Pay Amount') | @lang('admin.action') | ||
---|---|---|---|---|---|---|---|---|
{{ $page }} | {{ $cuser->company_name }} | {{ $cuser->address }} | @if(Setting::get('demo_mode', 0) == 1){{ substr($cuser->email, 0, 3).'****'.substr($cuser->email, strpos($cuser->email, "@")) }} | @else{{ $cuser->email }} | @endif @if(Setting::get('demo_mode', 0) == 1)+919876543210 | @else{{ $cuser->mobile }} | @endif{{currency($cuser->payamount) }} | |
@lang('admin.id') | @lang('admin.company_name') | @lang('admin.address') | @lang('admin.email') | @lang('admin.mobile') | @lang('Pay Amount') | @lang('admin.action') |