{{ __('properties.th_name') }} | {{ __('properties.th_landlord') }} | {{ __('properties.th_location') }} | {{ __('properties.th_rent') }} | {{ __('properties.th_status') }} | {{ __('properties.th_actions') }} | |
---|---|---|---|---|---|---|
{{ $property->name }} | {{ $property->landlord->name ?? '' }} | {{ $property->location }} | {{ number_format($property->rent) }} | {{ ucfirst($property->status) }} | {{--{{ $property->created_at->format('Y/m/d') }} | --}}
@can('view', $property)
@endcan
@can('update', $property)
@endcan
@can('delete', $property)
|