@if($ticket_details->status == 'open')
{{ __('Open') }}
@else
{{ __('Closed') }}
@endif
{{ $ticket_details->priority }}
@endif