{{ html()->form('POST', url('/admin/type/add_edit'))
->attributes(['class' => 'form-horizontal', 'id' => 'post_form', 'name' => 'post_form', 'role' => 'form', 'enctype' => 'multipart/form-data'])->open() }}
({{trans('words.recommended_resolution')}} : 300x200, 400x260, 600x400 or etc)
@if(isset($info->type_image))
@endif
{{ html()->form()->close() }}