@extends('install.layouts.master') @section('title', trans('messages.finish_title')) @php $itemName = config('larapen.core.item.name'); $itemTitle = config('larapen.core.item.title'); $itemUrl = config('larapen.core.item.url'); $itemLinkLabel = str($itemUrl)->remove('https://')->rtrim('/')->toString(); $adminLoginUrl = admin_url('login'); $homePageUrl = url('/'); $supportUrl = 'https://support.laraclassifier.com/'; @endphp @section('content')
{!! trans('messages.finish_thanks', ['itemName' => $itemName, 'itemUrl' => $itemUrl, 'itemLinkLabel' => $itemLinkLabel]) !!}