@extends('layouts.tenant') @section('title', 'Dashboard') @section('content')
Here's what's happening with your clients today.
{{ $client->name }}
@if($client->company) {{ $client->company }} @elseif($client->email) {{ $client->email }} @else No company/email @endif