@extends('layouts.app', ['title' => __tr('Dashboard')]) @php $vendorIdOrUid = $vendorIdOrUid ?? getVendorUid(); if(!isset($vendorViewBySuperAdmin)) { $vendorViewBySuperAdmin = null; } @endphp @section('content') @if(hasCentralAccess()) @include('users.partials.header', [ 'title' => __tr('__vendorTitle__ Dashboard', [ '__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
{{ __tr('Contacts created here with your numbers will be deleted frequently. You need to add your number to allow for test') }}
{{ __tr('If you want to test system with your own account. Facebook also provides Test Number which is very easy to setup and test. You can follow the steps given in Quick Start on dashboard to get started.') }}
{{ __tr('Add Numbers for Test') }}