@extends('customer.layouts.new-app') @section('title') Concerge Team:YOUR REQUEST HISTORY @endsection @section('content')
| Sent: | {{ date('l jS \\of F Y H:i a', strtotime($item->created_at)) }} | |
| Category: | {{ $item->category }} | |
| Location: | {{ $item->location }} | |
| Description: | {{ $item->description }} | |
| Access: | @if ($item->property_access == 1)You have given permission for Portal to access your property | @elseNo permission for Portal to access your property | @endif
| Extra Info: | {{ $item->additional_info }} | |
| Name: | {{ $item->name }} | |
| Phone: | {{ $item->phone }} | |
| Email: | {{ $item->email }} | |
| Status: | {{ $item->status }} | |
| View Messages ยป | ||