@extends('layouts.app') @section('content')
{{__('Edit Category')}}
@csrf @method('PUT')
{{__('Category Information')}}
{{__('Back')}}
@endsection