@extends('backend.layouts.master') @section('title', 'Edit Category') @section('content')

Edit Category

{{ csrf_field() }} {!! method_field('patch') !!} @include('backend.article.category.form')
@endsection