@extends('layout.wrapper') @section('content')
@include('misc.heading-crumbs') @include('pages.ticket.components.misc.actions')
@include('pages.ticket.components.body')
@if(auth()->user()->is_team) @include('pages.ticket.components.misc.canned-side-panel') @endif @endsection