@extends('adminlte::page')
@section('title_prefix', $staff2000_allocation['2or_code'].'｜')
@section('title', 'Staff2000引当データ詳細')
@section('content_header')
    <h1>Staff2000引当データ詳細</h1>
    <ol class="breadcrumb">
        <li>
            <a href="{{ url('home') }}">
                <span class="glyphicon glyphicon-home"></span>Home
            </a>
        </li>
        <li>
            <a href="{{ url('staff2000_allocation') }}">Staff2000引当データ一覧</a>
        </li>
        <li class="active">ｵｰﾀﾞｰｺｰﾄﾞ:{{ $staff2000_allocation['2or_code'] }} 詳細</li>
    </ol>
@stop
@section('content')
    <div class="row">
        <div class="col-xs-12">
            <div class="box">
                <div class="box-header">
                    <h3 class="box-title">引当データ詳細</h3>
                </div>
                <div class="box-body">
                    @if(Gate::allows('contract_delete'))
                        {{ Form::open(['url' => 'staff2000_allocation/' . $staff2000_allocation['2or_code'], 'method' => 'DELETE']) }}
                        <button type="submit" class="btn btn-danger pull-right" onclick="return confirm('本当に削除しますか？');">削除</button>
                        {{ Form::close() }}
                    @endif
                    <table class="table">
                        <tr>
                            <th class="col-sm-3">ｵｰﾀﾞｰｺｰﾄﾞ</th>
                            <td>{{ $staff2000_allocation['2or_code'] }}</td>
                        </tr>
                        <tr>
                            <th>契約ステータス</th>
                            <td>{{ $staff2000_allocation->contract_status }}</td>
                        </tr>
                        <tr>
                            <th>ｵｰﾀﾞｰ名</th>
                            <td>{{ $staff2000_allocation->order_name }}</td>
                        </tr>
                        <tr>
                            <th>受注日</th>
                            <td>{{ $staff2000_allocation->order_date }}</td>
                        </tr>
                        <tr>
                            <th>受注区分名</th>
                            <td>{{ $staff2000_allocation->order_category_name }}</td>
                        </tr>
                        <tr>
                            <th>派遣先CD</th>
                            <td>{{ $staff2000_allocation['2co_code'] }}</td>
                        </tr>
                        <tr>
                            <th>派遣先名</th>
                            <td>{{ $staff2000_allocation->dispatch_destination_name }}</td>
                        </tr>
                        <tr>
                            <th>派遣先部署</th>
                            <td>{{ $staff2000_allocation->dispatch_destination_dep }}</td>
                        </tr>
                        <tr>
                            <th>受注状況名</th>
                            <td>{{ $staff2000_allocation->order_status_name }}</td>
                        </tr>
                        <tr>
                            <th>契約期間開始</th>
                            <td>{{ $staff2000_allocation->contract_period_start }}</td>
                        </tr>
                        <tr>
                            <th>契約期間終了</th>
                            <td>{{ $staff2000_allocation->contract_period_end }}</td>
                        </tr>
                        <tr>
                            <th>ｽﾀｯﾌｺｰﾄﾞ</th>
                            <td>{{ $staff2000_allocation['2st_code'] }}</td>
                        </tr>
                        <tr>
                            <th>ｽﾀｯﾌ名</th>
                            <td>{{ $staff2000_allocation->staffu_name }}</td>
                        </tr>
                        <tr>
                            <th>担当者名</th>
                            <td>{{ $staff2000_allocation->contact_name }}</td>
                        </tr>
                        <tr>
                            <th>就業先名</th>
                            <td>{{ $staff2000_allocation->work_place_name }}</td>
                        </tr>
                        <tr>
                            <th>就業先部署</th>
                            <td>{{ $staff2000_allocation->work_place_dep }}</td>
                        </tr>
                        <tr>
                            <th>就業先住所No</th>
                            <td>{{ $staff2000_allocation->work_place_zip }}</td>
                        </tr>
                        <tr>
                            <th>就業先住所</th>
                            <td>
                                {{ $staff2000_allocation->full_address }}
                                <a href="https://www.google.co.jp/maps/search/{{$staff2000_allocation->full_address}}" target="_blank" class="btn btn-success btn-sm">Google マップ</a>
                            </td>
                        </tr>
                        <tr>
                            <th>電話番号</th>
                            <td>{{ $staff2000_allocation->work_place_tel }}</td>
                        </tr>
                        <tr>
                            <th>契約書送付先ｺｰﾄﾞ</th>
                            <td>{{ $staff2000_allocation->contract_delivery_destination_code }}</td>
                        </tr>
                        <tr>
                            <th>契約書送付先名</th>
                            <td>{{ $staff2000_allocation->contract_delivery_destination_name }}</td>
                        </tr>
                        <tr>
                            <th>契約書送付先部署名</th>
                            <td>{{ $staff2000_allocation->contract_delivery_destination_dep }}</td>
                        </tr>
                        <tr>
                            <th>請求書送付先ｺｰﾄﾞ</th>
                            <td>{{ $staff2000_allocation->billing_address_code }}</td>
                        </tr>
                        <tr>
                            <th>請求書送付先名</th>
                            <td>{{ $staff2000_allocation->billing_address_name }}</td>
                        </tr>
                        <tr>
                            <th>請求書送付先部署名</th>
                            <td>{{ $staff2000_allocation->billing_address_dep }}</td>
                        </tr>
                        <tr>
                            <th>派遣先責任者名</th>
                            <td>{{ $staff2000_allocation->dispatch_manager_name }}</td>
                        </tr>
                        <tr>
                            <th>派遣先責任者役職</th>
                            <td>{{ $staff2000_allocation->dispatch_manager_position }}</td>
                        </tr>
                        <tr>
                            <th>派遣先責任者電話</th>
                            <td>{{ $staff2000_allocation->dispatch_manager_tel }}</td>

                        </tr>
                        <tr>
                            <th>指揮命令者名</th>
                            <td>{{ $staff2000_allocation->commander_name }}</td>
                        </tr>
                        <tr>
                            <th>指揮命令者役職</th>
                            <td>{{ $staff2000_allocation->commander_position }}</td>
                        </tr>
                        <tr>
                            <th>指揮命令者電話</th>
                            <td>{{ $staff2000_allocation->commander_tel }}</td>
                        </tr>
                        <tr>
                            <th>土曜区分名</th>
                            <td>{{ $staff2000_allocation->saturday_segment_name }}</td>
                        </tr>
                        <tr>
                            <th>契約更新／期間の定め</th>
                            <td>{{ $staff2000_allocation->contract_renewal_period }}</td>
                        </tr>
                        <tr>
                            <th>契約更新の判断の基準1</th>
                            <td>{!! $staff2000_allocation->contract_renewal_criteria_1 !!}</td>
                        </tr>
                        <tr>
                            <th>契約更新の判断の基準2</th>
                            <td>{!! $staff2000_allocation->contract_renewal_criteria_2 !!}</td>
                        </tr>
                        <tr>
                            <th>就業時間名称1</th>
                            <td>{{ $staff2000_allocation->working_hours_type_1 }}</td>
                        </tr>
                        <tr>
                            <th>開始時刻1</th>
                            <td>{{ $staff2000_allocation->start_time_1 }}</td>
                        </tr>
                        <tr>
                            <th>終了時刻1</th>
                            <td>{{ $staff2000_allocation->end_time_1 }}</td>
                        </tr>
                        <tr>
                            <th>休憩開始時刻1</th>
                            <td>{{ $staff2000_allocation->break_start_time_1 }}</td>
                        </tr>
                        <tr>
                            <th>休憩終了時刻1</th>
                            <td>{{ $staff2000_allocation->break_end_time_1 }}</td>
                        </tr>
                        <tr>
                            <th>休憩分1</th>
                            <td>{{ $staff2000_allocation->break_1 }}</td>
                        </tr>
                        <tr>
                            <th>契約内時間数1</th>
                            <td>{{ $staff2000_allocation->hours_in_contract_1 }}</td>
                        </tr>
                        <tr>
                            <th>就業時間名称2</th>
                            <td>{{ $staff2000_allocation->working_hours_type_2 }}</td>
                        </tr>
                        <tr>
                            <th>開始時刻2</th>
                            <td>{{ $staff2000_allocation->start_time_2 }}</td>
                        </tr>
                        <tr>
                            <th>終了時刻2</th>
                            <td>{{ $staff2000_allocation->end_time_2 }}</td>
                        </tr>
                        <tr>
                            <th>休憩開始時刻2</th>
                            <td>{{ $staff2000_allocation->break_start_time_2 }}</td>
                        </tr>
                        <tr>
                            <th>休憩終了時刻2</th>
                            <td>{{ $staff2000_allocation->break_end_time_2 }}</td>
                        </tr>
                        <tr>
                            <th>休憩分2</th>
                            <td>{{ $staff2000_allocation->break_2 }}</td>
                        </tr>
                        <tr>
                            <th>契約内時間数2</th>
                            <td>{{ $staff2000_allocation->working_hours_type_3 }}</td>
                        </tr>
                        <tr>
                            <th>就業時間名称3</th>
                            <td>{{ $staff2000_allocation->hours_in_contract_2 }}</td>
                        </tr>
                        <tr>
                            <th>開始時刻3</th>
                            <td>{{ $staff2000_allocation->start_time_3 }}</td>
                        </tr>
                        <tr>
                            <th>終了時刻3</th>
                            <td>{{ $staff2000_allocation->end_time_3 }}</td>
                        </tr>
                        <tr>
                            <th>休憩開始時刻3</th>
                            <td>{{ $staff2000_allocation->break_start_time_3 }}</td>
                        </tr>
                        <tr>
                            <th>休憩終了時刻3</th>
                            <td>{{ $staff2000_allocation->break_end_time_3 }}</td>
                        </tr>
                        <tr>
                            <th>休憩分3</th>
                            <td>{{ $staff2000_allocation->break_3 }}</td>
                        </tr>
                        <tr>
                            <th>契約内時間数3</th>
                            <td>{{ $staff2000_allocation->hours_in_contract_3 }}</td>
                        </tr>
                        <tr>
                            <th>就業時間名称4</th>
                            <td>{{ $staff2000_allocation->working_hours_type_4 }}</td>
                        </tr>
                        <tr>
                            <th>開始時刻4</th>
                            <td>{{ $staff2000_allocation->start_time_4 }}</td>
                        </tr>
                        <tr>
                            <th>終了時刻4</th>
                            <td>{{ $staff2000_allocation->end_time_4 }}</td>
                        </tr>
                        <tr>
                            <th>休憩開始時刻4</th>
                            <td>{{ $staff2000_allocation->break_start_time_4 }}</td>
                        </tr>
                        <tr>
                            <th>休憩終了時刻4</th>
                            <td>{{ $staff2000_allocation->break_end_time_4 }}</td>
                        </tr>
                        <tr>
                            <th>休憩分4</th>
                            <td>{{ $staff2000_allocation->break_4 }}</td>
                        </tr>
                        <tr>
                            <th>契約内時間数4</th>
                            <td>{{ $staff2000_allocation->hours_in_contract_4 }}</td>
                        </tr>
                        <tr>
                            <th>変形労働時間1</th>
                            <td>{!! $staff2000_allocation->deformation_work_time_1 !!}</td>
                        </tr>
                        <tr>
                            <th>変形労働時間4</th>
                            <td>{!! $staff2000_allocation->deformation_work_time_4 !!}</td>
                        </tr>
                        <tr>
                            <th>請求締日1</th>
                            <td>{{ $staff2000_allocation->billing_deadline_1 }}</td>
                        </tr>
                        <tr>
                            <th>入金日1</th>
                            <td>{{ $staff2000_allocation->payment_day_1 }}</td>
                        </tr>
                        <tr>
                            <th>請求時間給1</th>
                            <td>{{ $staff2000_allocation->billing_hourly_salary_1 }}</td>
                        </tr>
                        <tr>
                            <th>作成日</th>
                            <td>{{ $staff2000_allocation->csv_created }}</td>
                        </tr>
                        <tr>
                            <th>更新日</th>
                            <td>{{ $staff2000_allocation->csv_updated }}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ1業務</th>
                            <td>{!! $staff2000_allocation->allocation_note_1 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ2業務</th>
                            <td>{!! $staff2000_allocation->allocation_note_3 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ3業務</th>
                            <td>{!! $staff2000_allocation->allocation_note_2 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ4業務</th>
                            <td>{!! $staff2000_allocation->allocation_note_4 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ5S料金</th>
                            <td>{!! $staff2000_allocation->allocation_note_5 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ6S料金</th>
                            <td>{!! $staff2000_allocation->allocation_note_6 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ7C料金</th>
                            <td>{!! $staff2000_allocation->allocation_note_7 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ8C料金</th>
                            <td>{!! $staff2000_allocation->allocation_note_8 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ9備考</th>
                            <td>{!! $staff2000_allocation->allocation_note_9 !!}</td>
                        </tr>
                        <tr>
                            <th>引当ﾒﾓ10d-ID</th>
                            <td>{{ $staff2000_allocation->allocation_note_10 }}</td>
                        </tr>
                        <tr>
                            <th>紹介手数料</th>
                            <td>{{ $staff2000_allocation->referral_fee }}</td>
                        </tr>
                        <tr>
                            <th>給与締日1</th>
                            <td>{{ $staff2000_allocation->salary_hourly_salary_1 }}</td>
                        </tr>
                        <tr>
                            <th>給与時間給1</th>
                            <td>{{ $staff2000_allocation->salary_closing_date_1 }}</td>
                        </tr>
                        <tr>
                            <th>派遣先責任者所属</th>
                            <td>{{ $staff2000_allocation->dispatch_destination_manager_affiliation }}</td>
                        </tr>
                        <tr>
                            <th>指揮命令者所属</th>
                            <td>{{ $staff2000_allocation->commander_affiliation }}</td>
                        </tr>
                        <tr>
                            <th>就業先組織単位</th>
                            <td>{{ $staff2000_allocation->employed_organizational_unit }}</td>
                        </tr>
                        <tr>
                            <th>個人単位派遣開始日</th>
                            <td>{{ $staff2000_allocation->individual_unit_dispatch_start_date }}</td>
                        </tr>
                        <tr>
                            <th>個人単位抵触日</th>
                            <td>{{ $staff2000_allocation->individual_unit_conflict_day }}</td>
                        </tr>
                        <tr>
                            <th>レコード更新日</th>
                            <td>{{ $staff2000_allocation->modified }}</td>
                        </tr>
                    </table>
                </div>
                <div class="box-footer">
                    <a href="{{ url('staff2000_allocation')}}" class="btn btn-default">戻る</a>
                </div>
            </div>
        </div>
    </div>
@endsection

@push('css')
    <link rel="stylesheet" href="{{asset('/css/app.css')}}"/>
@endpush
