@extends('customer.layouts.new-app') @section('title') Concerge Team:YOUR REQUEST HISTORY @endsection @section('content')
@include('customer.concerge_team.sidebar')

YOUR REQUEST HISTORY

@foreach ($help as $item) @if ($item->property_access == 1) @else @endif
Sent: {{ date('l jS \\of F Y H:i a', strtotime($item->created_at)) }}
Category: {{ $item->category }}
Location: {{ $item->location }}
Description: {{ $item->description }}
Access: You have given permission for Portal to access your property No permission for Portal to access your property
Extra Info: {{ $item->additional_info }}
Name: {{ $item->name }}
Phone: {{ $item->phone }}
Email: {{ $item->email }}
Status: {{ $item->status }}
View Messages ยป

@endforeach
@endsection @section('js') @endsection