• @if(count($datas) > 0) @foreach($datas as $data)
    {{ __('You Have a New Message.') }}
    @endforeach @else
  • @endif