@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' => 'staffu', 'search' => $model]) @include('elements.searcher_modal') {{ Form::close() }}

スタッフ管理

@include('elements.download_button', ['collection' => $staffus, 'fnc' => 'staffu'])
{{ $staffus->total() }}件中 {{ $staffus->firstItem() }}-{{ $staffus->lastItem() }}件
{{ $staffus->links() }}
@foreach($model->custom_list_fields as $field) @endforeach @foreach ($staffus as $staffu) @foreach($model->custom_list_fields as $field) @endforeach @endforeach
詳細 編集 NG {{ $model::FIELD_NAME[$field['field']] }}
詳細 編集 {!! $staffu->isNg() ? 'NG' : '' !!}{!! $staffu->getIndexAttribute($field['field']) !!}
@endsection @section('js') @endsection @push('css') @endpush