@extends('catalog.main.template') @section('content')
@if(Route::currentRouteName()=="categories.new")
Adicionar Categoria
@csrf
Cancelar
@elseif(Route::currentRouteName()=="categories.edit")
Editar Categoria
@csrf
Cancelar
@endif @if(Route::currentRouteName()!="categories.new")
@if(!empty($category))
Previsualização
@include('catalog.categories.single-cat-tpl') @else
Sem resultados
@endif
@endif
@endsection @section('modals') @endsection @section('pageJsIncludes') @endsection