@extends('app_client') @section('title', $user->first_name.' '.$user->last_name.' Profile | '.$property->name) @section('content')
{!! $family_member->notes ? $family_member->notes : "There aren't any notes added. Please add any necessary notes under the Edit section on this page." !!}
{!! $pet->notes ? $pet->notes : "There aren't any notes added. Please add any necessary notes under the Edit section on this page." !!}
{!! $vehicle->notes ? $vehicle->notes : "There aren't any notes added. Please add any necessary notes under the Edit section on this page." !!}