@extends('layouts.container') @section('title', 'Content Management') @section('title_description', 'Create Content') @section('css') @endsection @section('body-class', 'skin-blue') @section('content') @if ($errors->any())
@endif {{ Form::open(array('route' => 'content-create-data','role' => 'form','method' => 'PUT')) }}
@include('admin.content.form')
{{ Form::close() }} @endsection @section('js') @endsection