@extends('layouts.tenant.dreams_tech.app') @section('page_css') @endsection @section('page_content')
@if ($page_type == 'sources') @livewire('tenant.lemarex.stats.leads.sources', ['page_title' => $page_title]) @elseif($page_type == 'pipelines') @livewire('tenant.lemarex.stats.leads.pipelines', ['page_title' => $page_title]) @elseif($page_type == 'status') @livewire('tenant.lemarex.stats.leads.status', ['page_title' => $page_title]) @elseif($page_type == 'tags') @livewire('tenant.lemarex.stats.leads.tags', ['page_title' => $page_title]) @endif
@endsection @section('page_js') @endsection