@extends('master') @section('content')
 
@if(Session::get('userRole') !== 'Patient') @include('messages.new_message') @endif @if(count($chats))
@else

There are no messages yet.

@endif @endsection