{{translate('Notified Customers')}}

{{ translate('Notification Text').' : '}} {{ $content }}

@if($link != null)

{{ translate('Link').' : '}} {{ $link }}

@endif @foreach($notifications as $notification) @php $user = \App\Models\User::where('id', $notification->notifiable_id)->first(); @endphp @if($user != null) @endif @endforeach
{{ translate('Name') }} {{ translate('Email/Phone') }}
{{ $user->name }} {{ $user->email ?? $user->phone }}