@extends('cms.application') @section('content')
Welcome Note
Create
{!! Form::open(['route' => 'cms.welcome.index', 'files' => true]) !!} @include('cms.welcome._form', ['submitButton' => "Save"]) {!! Form::close() !!}
@stop