@extends('admin/layout')
@section('title')
{{ labels('admin_labels.update_category', 'Update Category') }}
@endsection
@section('content')
@php
use App\Models\Category;
use App\Services\TranslationService;
use App\Services\MediaService;
@endphp