@php $itemLink = linker()->itemLink($item); @endphp @extends('email-template') @section('title') SD entry #{{$item->id}} @stop @section('content')
New user with id: #{{$item->contact->user_id}} and business name: {{$item->contact->business_name}} has created a directory entry #{{$item->id}} which needs to be made live.
SD url: {!! Html::link($itemLink, $item->name) !!}
@stop