@foreach ($errors->all() as $error)
@endforeach
{{{trans('Edit Edition')}}}
{!! Form::open(['url' => '/dashboard/general/settings/update-edition/'.$edition->id,
'class'=>'sj-categorydetails category_edit_form sj-formtheme', 'files'=>'true']) !!}
{!! Form::close() !!}