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

{{ __($pageTitle) }}

@lang('modules.tickets.ticket') # {{ (is_null($lastTicket)) ? "1" : ($lastTicket->id+1) }}
@endsection @push('head-script') @endpush @section('content') {!! Form::open(['id'=>'storeTicket','class'=>'ajax-form','method'=>'POST']) !!}
{!! Form::hidden('status', 'open', ['id' => 'status']) !!}
@if($upload)
{{--{{ csrf_field() }}--}}
@else
@lang('messages.storageLimitExceedContactAdmin')
@endif
{!! Form::close() !!} {{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush