{{ isset($user) ? __('Send a new message to',['user' => $user->name]) : __('Send a new message') }}
@if(!isset($user))

@else @endif