@extends('../backend/layout/' . $layout) @section('subhead') Category @endsection @section('subcontent')

Edit Category

@if (!empty($category->category_image))
@endif
Note:
Dimension must be of 125X125.
First select an image then go to settings of file manager.
On that list you will find resize option in that you can change the dimension of image
@if (!empty($category->icon))
@endif
icon}}>
Note: Upload SVG format file here
@if (!empty($category->banner)) @endif
Note: Image you can upload Horizontal or Vertical.
First select an image then go to settings of file manager.
On that list you will find crop option in that you can crop the image or change the aspect ratio on that list
Back
@endsection @section('script') @endsection