@extends('layouts.app', ['title' => __tr('Vendor Details')]) @php $vendorIdOrUid = $vendorIdOrUid ?? getVendorUid(); $vendorViewBySuperAdmin = $vendorViewBySuperAdmin ?? null; @endphp @section('content') @if(hasCentralAccess()) @include('users.partials.header', [ 'title' => __tr('__vendorTitle__ Details', [ '__vendorTitle__' => $vendorInfo['title'] ?? getVendorSettings('title') ]), 'description' => '', ]) @else @include('users.partials.header', [ 'title' => __tr('Hi __userFullName__,', [ '__userFullName__' => getUserAuthInfo('profile.first_name') ]), 'description' => '', ]) @endif @php $isExtendedLicence = (getAppSettings('product_registration', 'licence') === 'dee257a8c3a2656b7d7fbe9a91dd8c7c41d90dc9'); $UserVendorInfo = getUserAuthInfo(); @endphp