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

Staff Vスタッフマスタ一覧

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

Staff Vスタッフマスタ管理

{{ $staff2000_staffus->total() }}件中 {{ $staff2000_staffus->firstItem() }}-{{ $staff2000_staffus->lastItem() }}件
{{ $staff2000_staffus->links() }}
@foreach($model->custom_list_fields as $field) @endforeach @foreach ($staff2000_staffus as $staff2000_staffu) @foreach($model->custom_list_fields as $field) @endforeach @endforeach
詳細 {{ $model::FIELD_NAME[$field['field']] }}
詳細{!! $staff2000_staffu->getIndexAttribute($field['field']) !!}
@endsection @section('js') @endsection @push('css') @endpush