@extends('adminlte::page') @section('css') @endsection @section('title', 'Reef | Support Ticket Category') @section('content_header') @stop @section('content')

Create Ticket category

@livewire('dashboard.support-ticket.category-form', ['category' => $category])
@stop @section('js') @stop