@extends('core::layouts.app') @section('title', __('Update Catetory')) @section('content')

@lang('Update Catetory')

@include('core::partials.admin-sidebar')
@csrf @method('PUT')
@stop