Update Category

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

{!!Form::vertical_open() ->id('edit-gallery-category') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(guard_url('gallery/category') .'/'.$category->getRouteKey())!!}
@include('notifications') @include('gallery::user.category.partial.entry', ['mode' => 'edit'])
{!! Form::close() !!}