@extends('layouts.app') @section('title', 'Settings — Property Types') @section('page-title', 'Property Types') @section('content')

Property Types

Manage the property types available across the system. Drag to reorder.
@forelse($types as $type) @empty @endforelse
Display Name Slug Properties Status Actions
{{ $type->name }} {{ $type->slug }} {{ $type->properties_count }} @if($type->is_active) Active @else Inactive @endif
@csrf @method('PATCH')
No property types defined yet.
@push('scripts') @endpush @endsection