@extends('adminlte::page') @section('title_prefix', ($model->custom_list) ? $customListOptions[$model->custom_list].'|' : '') @section('title', 'スタッフケア一覧') @section('content_header')

スタッフケア一覧

@stop @section('content')
{{ Form::open(['id' => 'search-form', 'method' => 'POST']) }} @include('elements.tools', ['fnc' => 'staff_care', 'search' => $model]) @include('elements.searcher_modal') {{ Form::close() }}

スタッフケア管理

@include('elements.download_button', ['collection' => $staff_cares, 'fnc' => 'staffu_care']) 新規作成
{{ $staff_cares->total() }}件中 {{ $staff_cares->firstItem() }}-{{ $staff_cares->lastItem() }}件
{{ $staff_cares->links() }}
@foreach($model->custom_list_fields as $field) @endforeach @foreach ($staff_cares as $staff_care) @foreach($model->custom_list_fields as $field) @endforeach @endforeach
詳細 編集 {{ $model::FIELD_NAME[$field['field']] }}
詳細 編集{!! $staff_care->getIndexAttribute($field['field']) !!}
@endsection @section('js') @endsection @push('css') @endpush