@extends('frontend.layouts.app') @section('styles') @endsection @section('content')
@include('agent.sidebar')

PROPERTY LIST

@foreach( $properties as $key => $property ) @endforeach
SL. Title Type City comment stars Action
{{$key+1}}. {{ str_limit($property->title,30) }} {{ ucfirst($property->type) }} {{ ucfirst($property->city) }} comment{{ $property->comments_count }} @if($property->featured == true) stars @endif visibility edit
{{ $properties->links() }}
@endsection @section('scripts') @endsection