@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
{{ 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