@if($show->details_link != '' || trim(strip_tags($show->details)) != null)
@php
if($show->details_link != '')
$link_d = $show->details_link;
else
$link_d = 'events/'.$show->id.'-'.str_slug($show->name);
@endphp
See Details
@endif