@extends('backend.layouts.form') @section('title', $category->name) @section('container', 'container-max-lg') @section('back', route('categories.index')) @section('content')
@csrf @method('PUT')
{{ url('blog/category/') }}/
@endsection