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

応募管理

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