@extends('admin.layouts.resource-layout') @section('title')

Комплектовщики Создать

@endsection @section('resource-content')
{{ csrf_field() }}
{{ Form::error('title') }}
{!! Form::select('position_id', $positions, null, ['class' => 'form-control', 'placeholder' => '']) !!} {{ Form::error('position_id') }}
@endsection