{{ __('payments.title_index') }}

{{ __('payments.all') }}

@foreach ($payments as $payment) @endforeach
{{ __('payments.th_property') }} {{ __('payments.th_amount') }} {{ __('payments.th_period') }} {{ __('payments.th_actions') }}
{{ $payment->property->name }} {{ $payment->amount }} {{ $payment->period }} {{-- @can('update', $payment) --}}
{{-- @endcan --}} {{-- @can('delete', $payment) --}} {{-- @endcan --}}