@extends('front.layouts.master') @section('main_content')

Locations

@foreach($locations as $item)

{{ $item->name }}

({{ $item->properties_count }} Properties)

@endforeach
{{ $locations->links() }}
@endsection