@extends('theme-views.layouts.app')
@section('title', translate('My_Support_Tickets').' | '.$web_config['name']->value.' '.translate(' Ecommerce'))
@section('content')
{{ \App\CPU\customer_info()->f_name }} {{ \App\CPU\customer_info()->l_name }}
{{ $supportTicket->subject }}
{{translate('not_found_anything')}}
@endif