@extends('frontend.master', ['activePage' => 'ticket']) @section('title', __('My Tickets')) @section('content') @php $user = Auth::guard('appuser')->user(); $localeCode = session('code') ?? 'en'; @endphp
{{-- scroll --}}
{{-- main --}}

{{ $user->name }}

{{ $user->email }}

{{ __('Bio') }}

{{ $user->bio }}

@if ($wallet == 1)

{{ __('Available Wallet Balance') }} : {{ $user->balance }}

@endif
{{-- scroll --}}
@endsection