@extends('layouts.layout') @section('title', 'CMS') @section('content')
{!! Form::model($cms, ['method' => 'PUT', 'id' => 'myform', 'enctype' => 'multipart/form-data', 'route' => ['cms.update', $cms->id ] ]) !!} @include('cms.form')
{!! Form::close() !!}
@endsection