@extends('layouts.master')
@section('page_title')
@if(isset($page_title))
{{ $page_title }}
@endif
@endsection
@section('css')
@endsection
@section('content')
@include('commons.notifications')
Welcome to the Support Center
Open a new Ticket
Create a new ticket with as much details as possible.
New Ticket
Check Ticket Status
Check details of Past and Present tickets
@endsection
@section('javascript')
@endsection