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

@lang('Create category')

@include('core::partials.admin-sidebar')
@csrf
@lang('Thumbnail')
@lang('Recommended size: :size', ['size' => '100x100'])
    
    
@stop