@extends('app_admin') @section('title', 'Request '.$request->id.' | Luxury Concierge') @section('content')
{{ $request->description }}
@if($request->amenity){{ 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." }}