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

Staff V引当データ管理

{{ $staff2000_allocations->total() }}件中 {{ $staff2000_allocations->firstItem() }}-{{ $staff2000_allocations->lastItem() }}件
{{ $staff2000_allocations->links() }}
@foreach($model->custom_list_fields as $field) @endforeach @foreach ($staff2000_allocations as $staff2000_allocation) @foreach($model->custom_list_fields as $field) @endforeach @endforeach
詳細 オーダーコード 契約ステータス {{ $model::FIELD_NAME[$field['field']] }}
詳細 {{ $staff2000_allocation->{'2or_code'} }} {{ $staff2000_allocation->contract_status }}{!! $staff2000_allocation->getIndexAttribute($field['field']) !!}
@endsection @section('js') @endsection @push('css') @endpush