@extends('admin/layout') @section('title') {{ labels('admin_labels.update_category', 'Update Category') }} @endsection @section('content')

{{ labels('admin_labels.categories', 'Categories') }}

{{ labels('admin_labels.effortless_category_management_for_an_organized_ecommerce_universe', 'Effortless Category Management for an Organized E-commerce Universe') }}

{{ labels('admin_labels.update_category', 'Update Category') }}
@method('PUT') @csrf
@if ($data->image && !empty($data->image))
Not Found
@endif
@if ($data->banner && !empty($data->banner))
Not Found
@endif
@endsection