@include('public::notifications')

{{ trans('cms.create') }} News

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-test-news') ->method('POST') ->files('true') ->action(URL::to('user/test/news'))!!} @include('test::user.news.partial.entry') {!! Form::close() !!}