<h6 class="mb-0">Collections / {{$establishment->category->name}} / {{ $establishment->name }}</h6>
@php
$en = $establishment->name;
activity()->log( '$en' );
@endphp
how can I put the establishment name into the activity log description?