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

@lang($pageTitle)

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