@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' ]) @endif
{{ __tr('Contacts created here with your numbers will be deleted frequently.') }}
{{ __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.') }}