@extends('adminlte::page') @section('css') @endsection @section('title', 'Reef | Support Ticket') @section('content')
{{ Session::get('error') }}
@endif{{ Session::get('message') }}
@endif @livewire('dashboard.support-ticket.ticket-form', ['support_ticket' => $support_ticket])