@php $categories = ['General Inquiry', 'Technical Issue', 'Improvement Idea', 'Feedback', 'Other']; $priorities = ['Low', 'Normal', 'High', 'Critical']; @endphp @extends('panel.layout.app') @section('title', __('New Support Request')) @section('titlebar_actions', '') @section('titlebar_title', __('Create New Support Request')) @section('titlebar_subtitle', __('Create new support request. We will answer as soon as possible.')) @section('content')
@foreach ($categories as $category) @endforeach @foreach ($priorities as $priority) @endforeach {{ __('Send') }}
@endsection @push('script') @endpush