@extends('layouts.frontendDashboard.master') @section('title', 'Support Ticket') @push('style') @endpush @section('body-start')
@endsection @section('content')
@include('create-support-ticket-form')
@endsection @push('scripts') @endpush