@extends('backend.master') @section('title') {{ $title }} @endsection @section('content')

{{ _trans('common.Category Edit') }}

@csrf @method('put')
@endsection