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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content') {!! Form::open(['id'=>'updateTicket2','class'=>'ajax-form updateTicket','method'=>'POST', 'files' => true]) !!}
Ticket
@if($upload)
@else
@lang('messages.storageLimitExceed', ['here' => 'Here' ])
@endif
{!! Form::close() !!} @endsection @push('footer-script') @endpush