@extends('layouts.admin') @section('title', __('Create Template Category')) @section('page-title', __('Create Template Category')) @section('content')
@include('admin.public-template-categories.form', ['category' => $category])
{{ __('Cancel') }} {{ __('Save') }}
@endsection