Per page: @can('payment_plan_delete') @endcan @if(file_exists(app_path('Http/Livewire/ExcelExport.php'))) @endif
Search:
Loading...
@forelse($paymentPlans as $paymentPlan) @empty @endforelse
{{ trans('cruds.paymentPlan.fields.id') }} @include('components.table.sort', ['field' => 'id']) {{ trans('cruds.paymentPlan.fields.name') }} @include('components.table.sort', ['field' => 'name']) {{ trans('cruds.paymentPlan.fields.duration') }} @include('components.table.sort', ['field' => 'duration'])
{{ $paymentPlan->id }} {{ $paymentPlan->name }} {{ $paymentPlan->duration_label }}
@can('payment_plan_show') {{ trans('global.view') }} @endcan @can('payment_plan_edit') {{ trans('global.edit') }} @endcan @can('payment_plan_delete') @endcan
No entries found.
@if($this->selectedCount)

{{ $this->selectedCount }} {{ __('Entries selected') }}

@endif {{ $paymentPlans->links() }}
@push('scripts') @endpush