{!!Form::vertical_open() ->id('edit-blog-blog') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/blog/blog') .'/'.$blog->getRouteKey())!!}

Update Blog

Last updated on {{format_date($blog['updated_at'])}}

@include('public::notifications') @include('blog::user.blog.partial.entry')
{!! Form::close() !!}