@include('hk.header')

{{ $page_title }}

{{-- Add Service --}}

 

@foreach($posts as $row) @endforeach
ID Date Property Type Flat Type Property Status Customer Name Mobile City Status Action
{{ $row->id }} {{ date('d-m-Y',strtotime($row->created_at)) }} {{ $row->property_type }} {{ $row->flat_type }} {{ $row->property_status }} {{ $row->full_name }} {{ $row->mobile }} {{ $row->city }} {{ $row->status??'pending' }}
@include('hk.footer')