会社情報

@if($disable_edit)
@endif
{{--
--}} {{--

会社情報

--}} {{-- @if($disable_edit)--}} {{-- @can(\App\Enums\EPermission::SETTING_VIEW->value)--}} {{-- --}} {{-- @endcan--}} {{-- @endif--}} {{--
--}}
名前
連絡先
登録番号
住所
注文書/請求書住所
{{-- --}}
@foreach($client_banks as $index => $client_bank) @slot("td_{$index}_0") @endslot @slot("td_{$index}_1") @endslot @slot("td_{$index}_2") {{ \Illuminate\Support\Arr::get($client_banks, "{$index}.bank_branch_name") }} @endslot @slot("td_{$index}_3") @endslot @slot("td_{$index}_4") @endslot @slot("td_{$index}_5") @endslot @slot("td_{$index}_6") @endslot @endforeach @include('livewire.client-setting-form', [ 'can_select_payment_method' => $can_select_payment_method, 'can_select_quantity_type' => $can_select_quantity_type, 'can_use_delivered_type' => $can_use_delivered_type, 'can_edit_process_date' => $can_edit_process_date, 'system_date_update_setting' => $system_date_update_setting, 'uses_custom_packaging_connection' => $uses_custom_packaging_connection, 'show_child_in_invoice_summary' => $show_child_in_invoice_summary, 'uses_parent_suggestion' => $uses_parent_suggestion, 'custom_packaging_connection' => $custom_packaging_connection, 'can_set_future_dates' => $can_set_future_dates, 'disable_edit' => $disable_edit, 'base_price_type_for_estimates' => $base_price_type_for_estimates, 'is_saving_candidates_from_estimates' => $is_saving_candidates_from_estimates, 'is_saving_partner_prices_from_estimates' => $is_saving_partner_prices_from_estimates, ])
@include('livewire.components.session-message')