@extends('user.layouts.template') @section('style') @endsection @section('content')
@foreach($properties as $property) @endforeach
Property Name Property ID City State Property Type Action
{{ $property->name }} {{ $property->prop_id }} {{ $property->city }} {{ $property->state }} {{ $property->type }}
@endsection @section('script') @endsection