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