@extends('core::layouts.app') @section('title', __('Edit category')) @section('content')

@lang('Edit category')

@include('core::partials.admin-sidebar')
@method('PUT') @csrf
@lang('Thumbnail')
@lang('Recommended size: :size', ['size' => '100x100'])
@if($item->getThumbLink() != null) @endif
    
    
@stop @push('head') @endpush