@extends('layouts/contentNavbarLayout') @section('title', 'Chat') @section('content')
@if(!empty($user->image)) {{ $user->name }} @else @endif
{{ $user->name }}
{{ $user->phone }}
@endsection @section('page-script')