@extends('admin.layouts.master') @section('headerFiles') @endsection @section('content')
@if ( session('message'))
× {{ session('message') }}
@endif
@foreach ($property_nearby_areas as $key => $row) @endforeach
# Property Name Area Name Time Long Status Actions
{{ $key + 1 }} {{ $row->property ? $row->property->property_name : '' }} {{ $row->area ? $row->area->name_en : '' }} {{ $row->to_time }} {{ $row->status == 1 ? "Active" : "In Active" }}
@endsection @section('footerJs') @endsection