@extends('layouts.backend') @section('extraCss') @section('mainContentArea')
First Name | telephone | Is SPS | City | Action | |||
---|---|---|---|---|---|---|---|
{{ empty($customer->firstname) ? 'N/A' : $customer->firstname }} | {{ empty($customer->email) ? 'N/A' : $customer->email }} | {{ empty($customer->telephone) ? 'N/A' : $customer->telephone }} | {{ !empty($customer->allSpsInfo->current) ? 'Yes' : 'No' }} | {{ !empty($customer->CityInfo) ? $customer->CityInfo->city : 'N/A' }} | |||
No product found! |