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

{{ __($pageTitle) }}

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