@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Edit category')) @section('content')
{{ __('Edit category') }}
{{ __('Back') }}
@csrf
@endsection