@extends('layouts.master') @section('content-header')

{{ trans('recipe::recipes.title.create recipe') }}

@stop @section('styles') {!! Theme::script('js/vendor/ckeditor/ckeditor.js') !!} @stop @section('content') {!! Form::open(['route' => ['admin.recipe.recipe.store'], 'method' => 'post']) !!}
{{-- end nav-tabs-custom --}}
{!! Form::close() !!} @stop @section('footer')   @stop @section('shortcuts')
b
{{ trans('core::core.back to index') }}
@stop @section('scripts')