@extends('admin/layouts/dashboard') @section('breadcrumbs', Breadcrumbs::render(Route::currentRouteName(), $body)) @section('content')
Добавить комплектацию кузова
{{ Form::open( array('url' => route('admin.complectation.store'), 'method' => 'POST') ) }} @include('admin.helper.form.input', [ 'name' => 'name', 'label' => 'Название' ]) @include('admin.helper.form.submit', [ 'label' => 'Добавить' ]) {{ Form::close() }}
@endsection