@extends('layouts.admin') @section('title', 'Support #'.$ticket->id.' — '.config('app.name')) @section('page_title', 'Support #'.$ticket->id) @section('breadcrumbs') @endsection @section('content')
{{ $ticket->product_name }}
@csrf @method('DELETE')
Submitted
{{ $ticket->submitted_at?->format('Y-m-d H:i:s') ?: '—' }}
Login
{{ $ticket->login }}
Mode
{{ $ticket->modeLabel() }}
Contact
{{ $ticket->contactName() }} <{{ $ticket->contact_email }}>
Case #
{{ $ticket->case_number ?: '—' }}
@if ($ticket->is_project)
Business Partner
{{ $ticket->business_partner ?: '—' }}
End User
{{ $ticket->end_user ?: '—' }}
@endif
Version / SP / Build
{{ $ticket->product_version ?: '—' }} / {{ $ticket->product_sp ?: '—' }} / {{ $ticket->product_build ?: '—' }}
Modules
{{ $ticket->submodules ?: '—' }}
Sage edition
{{ $editionLabel }}
Sage apps
{{ $ticket->sage_applications ?: '—' }}
Third-party
{{ $ticket->third_party_apps ?: '—' }}
Deployment
{{ $ticket->sage_deployment ?: '—' }}
Database
{{ $ticket->db_info }}
OS
{{ $ticket->os_info }}
Description
{{ $ticket->description }}
@if ($ticket->attachments->isNotEmpty())
Attachments
@endif
@endsection