@extends('layouts.admin.master') @section('tab-name', ' ویرایش دسته مقاله : ' . $item->title ) @section('content')
@method('PUT') @include('admin.blog-category.form')
@stop