@extends('layout.default') @section('title') {{ __('ticket.helpdesk') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__ticket--create') @section('content')

{{ __('ticket.create-ticket') }}

@csrf

@endsection