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

Update Category

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

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