@extends('adminlte::page') @section('title_prefix', ($model->custom_list) ? $customListOptions[$model->custom_list].'|' : '') @section('title', 'Staff2000契約一覧') @section('content_header')

Staff2000契約一覧

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

Staff2000契約管理

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