@extends('admin/layouts/dashboard') @section('breadcrumbs', Breadcrumbs::render(Route::currentRouteName(), $body)) @section('content')
Добавить цвет кузова
{{ Form::open( array('url' => route('admin.color.store'), 'method' => 'POST', 'enctype' => 'multipart/form-data') ) }} @include('admin.helper.form.input', [ 'name' => 'name', 'label' => 'Название цвета' ]) @include('admin.helper.form.input', [ 'name' => 'hex', 'label' => 'Код цвета' ])
{{ Form::label('name', 'Изображение кузова') }}
{{ Form::label('name', 'Ракурс') }}
@include('admin.helper.form.submit', [ 'label' => 'Добавить' ]) {{ Form::close() }}
@endsection