@extends('admin.layouts.form') @section('section', admin_trans('Tickets')) @section('title', admin_trans('New Ticket')) @section('back', route('admin.tickets.index')) @section('content')
@csrf
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection