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