@extends('company_portal.layouts.master') @section('title','Support Ticket') @section('header') @include('company_portal.partials.header') @endsection @section('content')

Help & Support


Report a problem

@include('company_portal.send_support_ticket') @if(session()->has('success'))

Support ticket was sent to the Reef admin.

@endif
@if (count($support_tickets) > 0)

Tickets

@include('company_portal.support_tickets_list')
Ticket Category Subject Date Status  
@endif

 

@endsection