@extends('adminlte::page') @section('title_prefix', $staff_care->sc_id.'|') @section('title', 'スタッフケア詳細') @section('content_header')

スタッフケア詳細

@stop @section('content')
@if(!$staff_care->staff2000_contracts->isEmpty())

Staff2000契約リスト

@include('elements.list.staff2000_contract_list', ['staff2000_contracts' => $staff_care->staff2000_contracts])
@endif @if(!$staff_care->contracts->isEmpty())

契約リスト

@foreach($staff_care->contracts as $contract) @endforeach
契約ID 派遣先会社名 契約開始日 契約終了日 派遣先責任者 指揮命令者 苦情・出向先
{{ $contract->ct_id }} {{ $contract->ct_dispatch_company }} {{ $contract->ct_contract_startday }} {{ $contract->ct_contract_endday }} {{ $contract->ct_responsible_post }} {{ $contract->ct_responsible_person }}
{{ $contract->ct_responsible_tel }}
{{ $contract->ct_manage_post }} {{ $contract->ct_manage_person }}
{{ $contract->ct_manage_tel }}
{{ $contract->ct_complaint_post }} {{$contract->ct_complaint_person}}
{{ $contract->ct_complaint_tel }}
@endif @if(!empty($staff_care->company))

会社情報

クライアントID 顧客企業名 窓口部署 営業担当者 窓口役職 電話番号 FAX メール
{{ $staff_care->company->co_id }} {{ $staff_care->company->co_name }} {{ $staff_care->company->co_guide_post1 }} {{ $staff_care->company->co_manage_person }} {{ $staff_care->company->co_guide_position1 }} {{ $staff_care->company->co_guide_tel1 }} {{ $staff_care->company->co_guide_fax1 }} {{ $staff_care->company->co_guide_mail1 }}
@endif

スタッフケア詳細

@if ($is_deletable) {{ Form::open(['url' => 'staff_care/' . $staff_care->sc_id, 'method' => 'DELETE']) }} {{ Form::close() }} @endif 編集
スタッフケアID {{ $staff_care->sc_id }}
契約ステータス {{ $staff_care->contract_status }}
クライアントID {{ $staff_care->sc_co_id }}
クライアント名 {{ $staff_care->sc_co_name }}
スタッフID {{ $staff_care->sc_st_id }}
スタッフ {{ $staff_care->sc_st_staffname }}
開始日 {{ $staff_care->sc_ct_startdate }}
終了日 {{ $staff_care->sc_ct_enddate }}
契約期間 {{ $staff_care->contract_period }}
次の更新予定 {{ $staff_care->contract_renew_state }}
スタッフ更新確認 {!! nl2br($staff_care->sc_staffu_renew) !!}
クライアント更新確認 {!! nl2br($staff_care->sc_company_renew) !!}
スタッフの今後 {!! nl2br($staff_care->sc_staffu_care) !!}
クライアントの今後 {!! nl2br($staff_care->sc_company_next) !!}
オールウェイズの動き {!! nl2br($staff_care->sc_allways) !!}
次回訪問日 {{ $staff_care->sc_next_apoint }}
前回訪問日 {{ $staff_care->sc_pre_apoint }}
契約更新後の動き {{ $staff_care->sc_after_renew }}
社内担当 {{ $staff_care->sc_in_charge }}
最寄駅

{{ $staff_care->sc_station }}

@if($staff_care->sc_station) Yahoo!路線 @endif
クライアントTEL {{ $staff_care->sc_co_tel }}
スタッフTEL {{ $staff_care->sc_st_tel }}
苦情・出向先 {{ $staff_care->sc_complaint }}
契約書完了確認内容 {{ $staff_care->sc_ct_complete }}
契約状況 {{ $staff_care->contract_now_state }}
指揮命令者 {{ $staff_care->sc_ct_command }}
就業場所

{{ $staff_care->sc_work_address }}

@if($staff_care->sc_work_address) Google マップ @endif
派遣先責任者 {{ $staff_care->sc_responsible_dispatch }}
備考・詳細 {{ $staff_care->sc_remarks }}
@endsection @push('css') @endpush