diff --git a/Modules/Listing/resources/views/themes/otoplus/show.blade.php b/Modules/Listing/resources/views/themes/otoplus/show.blade.php index b99422819..5ddb80e4f 100644 --- a/Modules/Listing/resources/views/themes/otoplus/show.blade.php +++ b/Modules/Listing/resources/views/themes/otoplus/show.blade.php @@ -59,6 +59,7 @@ $reportEmail = config('mail.from.address', 'support@example.com'); $reportUrl = 'mailto:'.$reportEmail.'?subject='.rawurlencode('Report listing #'.$listing->getKey()); + $shareUrl = route('listings.show', $listing); $overviewItems = collect([ ['label' => 'Listing ID', 'value' => '#'.$listing->getKey()], @@ -108,26 +109,41 @@ @endif - @auth -