@extends('adminlte::page') @section('title', 'ダッシュボード') @section('content_header')

ようこそ!{{ $user->name }}さん

@if (session('status')) @endif

{{ $now->isoFormat('YYYY年MM月DD日(ddd) LTS') }}

@stop @section('content')

{{ $now->format('Y年m月d日') }}の全体予定

@if($todayPublicEvents->isEmpty())

予定はありません

@else @foreach($todayPublicEvents as $todayPublicEvent) @endforeach @endif
時間 タイトル 詳細
{{ $todayPublicEvent->today_time_schedule }} {{ $todayPublicEvent->title }} {!! $todayPublicEvent->nl2br($todayPublicEvent->description) !!}

{{ $now->format('Y年m月d日') }}の{{ $user->name }}さんの予定

@if($todayPersonalEvents->isEmpty())

予定はありません

@else @foreach($todayPersonalEvents as $todayPersonalEvent) @endforeach @endif
時間 タイトル 詳細
{{ $todayPersonalEvent->today_time_schedule }} {{ $todayPersonalEvent->title }} {!! $todayPersonalEvent->nl2br($todayPersonalEvent->description) !!}

{{ $now->format('Y年m月d日') }}のStaff2000契約スタッフ {{ $todayStaff2000Contracts->count() }}件

@foreach($todayStaff2000Contracts as $today2000Contract) @endforeach
スタッフ名 無期雇用者区分 個人単位抵触日 会社名 部署名 事業所抵触日 契約終了日 オール ウェイズ担当者名 翌月更新 翌々月更新 契約ID
{{ $today2000Contract->staffu_name }} {{ $today2000Contract->{'2st_permanent_employee_classification'} }} {{ $today2000Contract->individual_unit_conflict_day }} {{ $today2000Contract->dispatch_destination_name }} {{ $today2000Contract->{'2or_dispatch_destination_dep'} }} {{ $today2000Contract->{'2co_dispatched_establishment_unit_conflict_day'} }} {{ $today2000Contract->contract_period_end }} {{ $today2000Contract->contact_name }} {{ $today2000Contract->scheduled_update_next_month }} {{ $today2000Contract->scheduled_update_2_months_later }} {{ $today2000Contract->{'2or_code'} }}
{{ Form::close() }}
@include('elements.dashboard.month_2000contracts', ['time' => $now, 'contracts' => $thisMonthStaff2000Contracts]) @include('elements.dashboard.month_2000contracts', ['time' => $nextMonth, 'contracts' => $nextMonthStaff2000Contracts]) @include('elements.dashboard.month_2000contracts', ['time' => $monthAfterNextMonth, 'contracts' => $monthAfterNextMonthStaff2000Contracts]) @include('elements.dashboard.expiring_2000contracts', ['time' => $now, 'contracts' => $thisMonthEndStaff2000Contracts]) @include('elements.dashboard.expiring_2000contracts', ['time' => $nextMonth, 'contracts' => $nextMonthEndStaff2000Contracts]) @include('elements.dashboard.expiring_2000contracts', ['time' => $monthAfterNextMonth, 'contracts' => $monthAfterNextMonthEndStaff2000Contracts])

新規スタッフ(7日間) {{ $newStaffus->count() }}件

@foreach($newStaffus as $newStaffu) @endforeach
登録日時 就業可能日 氏名 氏名カナ 性別 年齢 経験CAD機種 経験業種分野 現状登録日 コメント
{{ $newStaffu->createdate }} {{ $newStaffu->st_Fromdate }} {{ $newStaffu->st_Staffname }} {{ $newStaffu->st_Staffkana }} {{ $newStaffu->st_Sex }} {{ $newStaffu->age }} {!! $newStaffu->nl2br($newStaffu->mypr_Skcad) !!} {!! $newStaffu->nl2br($newStaffu->mypr_Zskcad2) !!} {!! $newStaffu->nl2br($newStaffu->mypr_Keikenbu) !!} {{ $newStaffu->ss_status_date }} {!! $newStaffu->nl2br($newStaffu->ss_comment) !!}

更新スタッフ(7日間) {{ $updatedStaffus->count() }}件

@foreach($updatedStaffus as $updatedStaffu) @endforeach
更新日時 登録日時 就業可能日 氏名 氏名カナ 性別 年齢 経験CAD機種 経験業種分野 現状登録日 コメント
{{ $updatedStaffu->updatedate }} {{ $updatedStaffu->createdate }} {{ $updatedStaffu->st_Fromdate }} {{ $updatedStaffu->st_Staffname }} {{ $updatedStaffu->st_Staffkana }} {{ $updatedStaffu->st_Sex }} {{ $updatedStaffu->age }} {!! $updatedStaffu->nl2br($updatedStaffu->mypr_Skcad) !!} {!! $updatedStaffu->nl2br($updatedStaffu->mypr_Zskcad2) !!} {!! $updatedStaffu->nl2br($updatedStaffu->mypr_Keikenbu) !!} {{ $updatedStaffu->ss_status_date }} {!! $updatedStaffu->nl2br($updatedStaffu->ss_comment) !!}

応募履歴(7日間) {{ $newApplies->count() }}件

@foreach($newApplies as $newAppliy) @endforeach
応募日時 スタッフID 氏名 募集ID
{{ $newAppliy->ap_create_date }} {{ $newAppliy->ap_staffu_id }} {{ $newAppliy->staffu_name }} {{ $newAppliy->ap_data_id }}
@endsection @section('js') @endsection @push('css') @endpush