@extends('enduserportal::layouts.portal') @section('title', __('My Tickets')) @section('content')
{{ __('My Tickets') }}
@if (count($tickets)) {{ \EndUserPortal::getMailboxParam($mailbox, 'text_submit') }} @endif
@include('enduserportal::partials/tickets_table', ['conversations' => $tickets])
@endsection