@extends('layouts.member-app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content') {!! Form::open(['id'=>'storeTicket','class'=>'ajax-form','method'=>'POST']) !!}
@lang('modules.tickets.requestTicket')
{!! Form::close() !!} @endsection @push('footer-script') @endpush