@extends('layouts.app') @section('content')
{{ $project?->name }} › Property Types

Property Types

Add Type
@forelse($types as $t) @empty @endforelse
Name # Unit Categories # Units Actions
{{ $t->name }} {{ $t->unit_categories_count ?? $t->unitCategories()->count() }} {{ $t->units_count ?? $t->unitCategories()->withCount('units')->get()->sum('units_count') }} Edit
@csrf @method('DELETE')
No property types
{{ $types->links() }}
@endsection