@extends('layouts.dashboard.main') {{-- content --}} @section('content') {{-- nav --}} @include('layouts.dashboard.components.admin.nav')
{{-- aside --}} {{-- /.aside --}} {{-- main --}}
{{-- article --}}
{{-- toolbar --}}
職員数: {!! $staff_list_count !!}{!! __("lang.unit.human") !!}
{{-- /.toolbar --}} {{-- table --}}
{{----}} {{----}} {{----}} @if($staff_list_count > 0) @foreach($staff_list as $key => $value) {{----}} {{----}} @endforeach @else @endif
#
{!! __("lang.staff.staff_number") !!} {!! __("lang.employee.title") !!} {!! __("lang.staff.staff_name") !!} {!! __("lang.staff.staff_kana") !!} {!! __("lang.staff.gender") !!} {!! __("lang.class.title") !!}
{!! __("lang.staff.is_master") !!}
{!! __("lang.staff.is_manage") !!}
{!! __("lang.circular.title") !!}
介護人材
WiFi申請
外介人
{!! $key + 1 !!}
{!! $value['staff_number'] !!}
{!! $value['employee_label'] !!}
@if($value['is_foreigner']) {!! implode(' ', [ $value['staff_skana'], //$value['staff_mname'], $value['staff_gkana'], ]) !!} @else {!! implode(' ', [ $value['staff_sname'], $value['staff_gname'], ]) !!} @endif @if(!$value['is_foreigner']) {!! implode(' ', [ $value['staff_skana'], $value['staff_gkana'], ]) !!} @endif {!! $value['class_label'] !!} @if($value['is_master'])
@endif
@if($value['is_manage'])
@endif
@if($value['is_admin'])
@endif
@if($value['is_circular'])
@endif
@if($value['is_ksap'])
@endif
@if($value['is_wifi'])
@endif
@if($value['is_foreigner'])
@endif
{{-- /.table --}}
{{-- /.article --}}
{{-- /.main --}}
{{-- btn-fixed --}}
{!! __("lang.button.back") !!}
{{-- /.btn-fixed --}} @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop