{{ __('Listing Title') }} | {{ __('Name') }} | {{ __('Email ID') }} | {{ __('Phone') }} | {{ __('Actions') }} | |
---|---|---|---|---|---|
@if (!empty($listing_content)) {{ strlen($listing_content->title) > 40 ? mb_substr($listing_content->title, 0, 40, 'utf-8') . '...' : $listing_content->title }} @endif | {{ $message->name }} | {{ $message->email }} | {{ $message->phone }} |