{{ __('ticket.attachments') }}

@forelse ($attachments as $attachment) @empty @endforelse
{{ __('common.name') }} {{ __('common.actions') }}
{{ $attachment->file_name }}
  • @csrf
  • {{ __('ticket.no-attach') }}
    @error('attachment') {{ $message }} @enderror