@extends('layouts.app', ['title' => __tr('Vendor Details')]) @php $vendorIdOrUid = $vendorIdOrUid ?? getVendorUid(); if(!isset($vendorViewBySuperAdmin)) { $vendorViewBySuperAdmin = null; } @endphp @section('content') @if(hasCentralAccess()) @include('users.partials.header', [ 'title' => __tr('__vendorTitle__ Details', [ '__vendorTitle__' => $vendorInfo['title'] ?? getVendorSettings('title') ]), 'description' => '', // 'class' => 'col-lg-7' ]) @else @include('users.partials.header', [ 'title' => __tr('Hi __userFullName__,', [ '__userFullName__' => getUserAuthInfo('profile.first_name') ]), 'description' => '', // 'class' => 'col-lg-7' ]) @endif
Fatal error: Uncaught Error: Call to undefined function getAppSettings() in /home/wtconnects/public_html/backup2808/resources/views/vendors/vendor-subscription.blade.php:26 Stack trace: #0 {main} thrown in /home/wtconnects/public_html/backup2808/resources/views/vendors/vendor-subscription.blade.php on line 26