| @lang('Actions') | @include('components.table-header-sorting', ['label' => __('Agreement date'), 'name' => 'agreement_date']) | @include('components.table-header-sorting', ['label' => __('Client name'), 'name' => 'client_name']) | @include('components.table-header-sorting', ['label' => __('Keeper'), 'name' => 'keeper']) | @include('components.table-header-sorting', ['label' => __('NIP'), 'name' => 'nip']) | @include('components.table-header-sorting', ['label' => __('PPE No'), 'name' => 'ppe_no']) | @include('components.table-header-sorting', ['label' => __('PPE Address'), 'name' => 'ppe_address']) | @include('components.table-header-sorting', ['label' => __('Agreement Type'), 'name' => 'agreement_type']) | @include('components.table-header-sorting', ['label' => __('Status'), 'name' => 'status']) | @include('components.table-header-sorting', ['label' => __('Notice (Months)'), 'name' => 'notice_period']) | @include('components.table-header-sorting', ['label' => __('Termination date'), 'name' => 'date_termination']) | @include('components.table-header-sorting', ['label' => __('Termination confirm date'), 'name' => 'date_termination_confirmation']) | @include('components.table-header-sorting', ['label' => __('PWI Possibility'), 'name' => 'possibility_pwi_date']) | @include('components.table-header-sorting', ['label' => __('OSD Name'), 'name' => 'osd_name']) | @include('components.table-header-sorting', ['label' => __('OSD Unit'), 'name' => 'osd_unit']) | @include('components.table-header-sorting', ['label' => __('Meter No'), 'name' => 'meter_no']) | @include('components.table-header-sorting', ['label' => __('Company Address'), 'name' => 'company_address']) | @include('components.table-header-sorting', ['label' => __('Tariff group'), 'name' => 'tariff_group']) | @include('components.table-header-sorting', ['label' => __('Conventional Power'), 'name' => 'conventional_power']) | @include('components.table-header-sorting', ['label' => __('Power'), 'name' => 'power']) | @lang('Description') |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @component('components.form.select', [ 'name' => 'search.keeper', 'values' => \App\Models\Dictionary::getDictionaryByType('keepers'), 'object' => (object)['keeper' => request()->input('search.keeper')]])@endcomponent | @component('components.form.select', [ 'name' => 'search.agreement_type', 'values' => \App\Models\Dictionary::getDictionaryByType('agreement_type'), 'object' => (object)['agreement_type' => request()->input('search.agreement_type')]])@endcomponent | @component('components.form.select', [ 'name' => 'search.status', 'values' => \App\Models\Dictionary::getDictionaryByType('pzs_status'), 'object' => (object)['status' => request()->input('search.status')]])@endcomponent |
|
|
|
|||||||||||||||
| {{$process->agreement_date}} | {{$process->client_name}} | {{$process->keeper}} | {{$process->nip}} | {{$process->ppe_no}} | {{$process->ppe_address}} | {{$process->agreement_type}} | {{$process->status}} | {{$process->notice_period}} | {{$process->date_termination}} | {{$process->date_termination_confirmation}} | {{$process->possibility_pwi_date}} | {{$process->osd_name}} | {{$process->osd_unit}} | {{$process->meter_no}} | {{$process->company_address}} | {{$process->tariff_group}} | {{ (!empty($process->conventional_power)) ? system_number($process->conventional_power) : '' }} | {{ (!empty($process->power)) ? system_number($process->power) : '' }} | {{$process->description}} | |
| @lang('No change process found') | ||||||||||||||||||||