@extends('layouts.app') @section('title', 'Settings — Property Tags') @section('page-title', 'Property Tags') @section('content')
| # | Tag Name | Slug | Properties | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $tag->name }} | {{ $tag->slug }} |
{{ $tag->properties_count }} | @if($tag->is_active) Active @else Inactive @endif | |
| No property tags defined yet. | |||||