@extends('backend.layout') @section('content')
{{ __('Name') }} | {{ __('Email ') }} | {{ __('Phone') }} | {{ __('Account Status') }} | {{ __('Email Status') }} | {{ __('Actions') }} | |
---|---|---|---|---|---|---|
{{ $customer->fname }} {{ $customer->lname }} | {{ $customer->email }} | {{ empty($customer->phone) ? '-' : $customer->phone }} |
|