@extends('themes.basic.user.layouts.app') @section('section', translate('Tickets')) @section('title', translate('New Ticket')) @section('breadcrumbs', Breadcrumbs::render('user.tickets.create')) @section('back', route('user.tickets.index')) @section('container', 'dashboard-container-md') @section('content')
@csrf
@push('top_scripts') @endpush @endsection