@extends('user.layouts.app') @section('title', translate('New ticket', 'tickets')) @section('back', route('user.tickets.index')) @section('content')
@csrf
@push('top_scripts') @endpush @endsection