@extends('layouts.app') @section('content')
Category @include('component.breadcrumb', ['items' => ['Web', 'Category', 'Edit']])
@include('component.flash')
{{ csrf_field() }} {{ method_field('PATCH') }}
@include('web.category.panel.general') @include('web.category.panel.publish') @include('web.category.panel.slug')
@if (current_route_matches('CategoryController@editTranslation'))
{{ csrf_field() }} {{ method_field('DELETE') }} @include('component.sweetalert-delete', ['button' => '.btn-delete', 'form' => '.form-delete', 'text' => 'This item will be permanently deleted'])
@endif @stop