@extends('layouts.frontend.master') @section('title', 'Support Ticket') @push('styles') @endpush @section("content") @include("create-support-ticket-form") @endsection @push('scripts') @endpush