@if (Request::is('/')) {{-- Home page --}}
Leadmine.pro | AI-Powered Sales & Lead Automation Platform
@else
@yield('meta')
@endif
@php
$dashboardImage = url(config('app.dashboard_image'));
@endphp
{{-- Organization Schema --}}
@if (config('app.site') == 'CallChex')
@endif
@stack('scripts')