@extends('app_admin') @section('title', $user->first_name.' '.$user->last_name.' | Luxury Concierge') @section('content')
{{ strlen($family_member->notes) !== 0 ? $family_member->notes : "There aren't any notes added. Please add any necessary notes under the Edit section on this page." }}
{{ strlen($pet->notes) !== 0 ? $pet->notes : "There aren't any notes added. Please add any necessary notes under the Edit section on this page." }}
{{ strlen($vehicle->notes) !== 0 ? $vehicle->notes : "There aren't any notes added. Please add any necessary notes under the Edit section on this page." }}
There are no requests.
@endif