{{ __('Email') }} | {{ __('Phone') }} | {{ __('Address') }} | {{ __('Status') }} | {{ __('Member since') }} |
---|---|---|---|---|
{{ $user->email }} | {{ $user->detail->phone }} | {{ $user->detail->address }} | {{ $user->detail->status }} | {{ date('Y-m-d', strtotime($user->created_at)) }} |
{{ __('Invoice') }} | {{ __('Package name') }} | {{ __('Package price') }} | {{ __('Package start') }} | {{ __('Payment method') }} | {{ __('Payment date') }} |
---|---|---|---|---|---|
{{ $payment->invoice }} | {{ $payment->billing->package_name }} | {{ config('app.currency') . $payment->package_price }} | {{ $payment->billing->package_start }} | {{ $payment->payment_method }} | {{ date('Y-m-d', strtotime($payment->created_at)) }} |