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

Update Category

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

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