{{ucwords($msg_details->title)}}
@if(Auth::User()->selected_profile!='T') @endif-
@if(count($inv_user_det['intr_prof']))
@foreach($inv_user_det['intr_prof'] as $u)
- {{ucwords($u->username)}} @endforeach @else
- No users @endif
-
@if(count($inv_user_det['maybe_prof']))
@foreach($inv_user_det['maybe_prof'] as $u)
- {{ucwords($u->username)}} @endforeach @else
- No users @endif
-
@if(count($inv_user_det['rej_prof']))
@foreach($inv_user_det['rej_prof'] as $u)
- {{ucwords($u->username)}} @endforeach @else
- No users @endif
@if($msg_details->attachment)
Attachment :
{{ ($msg_details->attachment_name != '') ? $msg_details->attachment_name : $msg_details->attachment }} @endif