@extends('layouts.dashboard') @section('content') .row .col-md-10.offset-1 .box .box-header.dark %h2 Actualizar información {!! Form::open(['route'=> 'post.store','method'=>'POST', 'enctype'=>'multipart/form-data']) !!} .box-body @include('posts.fields') {!! Form::submit('Añadir entrada', ['class'=>'btn dark']) !!} {!! Form::close() !!} @endsection @section('script_extras') %script{:src => "https://cdn.ckeditor.com/4.8.0/standard/ckeditor.js"} :javascript CKEDITOR.replace('content1'); @endsection