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

@lang($pageTitle)

@lang('modules.tickets.ticket') # {{ (is_null($lastTicket)) ? "1" : ($lastTicket->id+1) }}
@endsection @push('head-script') @endpush @section('content')
@csrf
{{--{{ csrf_field() }}--}}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush