@extends('frontend.master', ['activePage' => 'ticket']) @section('title', __('My Tickets')) @section('content') @php $user = Auth::guard('appuser')->user(); $localeCode = session('code') ?? 'en'; @endphp
{{ __('There is no data to show.') }}
{{ __('There is no data to show.') }}
{{ \Illuminate\Support\Str::limit(strip_tags($item->description), 150, $end = '...') }}
{{ __('Read More') }}{{ __('There is no data to show.') }}
{{ $item->name }}
{{ $item->bio }}
{{ __('There is no data to show.') }}
{{ $item->name }}
{{ __('There is no data to show.') }}