@method('PUT')
@if ($errors->has('category_type'))
{{ $errors->first('category_type') }}
@endif
@if ($errors->has('category_name'))
{{ $errors->first('category_name') }}
@endif
@php $image = ''; $image = $category->category_imgae != NULL ? asset('storage/' . $category->category_imgae) : asset('backend/assets/dist/img/signature_signature.jpg'); @endphp
@if ($errors->has('category_topic'))
{{ $errors->first('category_topic') }}
@endif
@if ($errors->has('slug'))
{{ $errors->first('slug') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
N.B: {{ localize('1350*350 & max size 1MB') }}