%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/silvzytp/crm-ind-code/resources/views/backend/pages/
Upload File :
Create Path :
Current File : //home/silvzytp/crm-ind-code/resources/views/backend/pages/dashboard.blade.php

@extends('layouts.backend')
@section('title', $siteTitle)
@push('styles')
<style>
    .hv-60{
        height: 60vh;
    }
</style>
@endpush

@section('content')
    <div class="row">
        <div class="col-12">
            <div class="card mt-3">
                <div class="card-header">
                    <h6 class="card-title">Welcome {{ Auth::user()->name }}</h6>
                </div>
            </div>
        </div>
    </div>


    <div class="row align-items-center">
        <div class="col-12 col-lg-6 mt-3">
            <div class="card text-center" style="max-height: 250px;height: 250px;">
                <div class="card-body d-flex justify-content-center align-items-center">
                    <div>
                        <h5 class="card-title">COLD CALLING SYSTEM PORTAL</h5>
                        <a href="{{ auth()->user()->role_id == 3 ? route(routeName().'.manager.cold-calling.dashboard') : route(routeName().'.cold-calling.dashboard') }}" class="btn btn-primary">Go to Portal</a>
                    </div>
                </div>
            </div>
        </div>
        <div class="col-12 col-lg-6 mt-3">
            <div class="card text-center" style="max-height: 250px;height: 250px;">
                <div class="card-body d-flex justify-content-center align-items-center">
                    <div>
                        <h5 class="card-title">FRESH LEADS MANAGEMENT PORTAL</h5>
                        <a href="{{ auth()->user()->role_id == 3 ? 'javascript:' : route(routeName().'.fresh-lead.dashboard') }}" class="btn btn-primary {{ auth()->user()->role_id == 3 ? 'alert_message' : '' }}">Go to Portal</a>
                    </div>
                </div>
            </div>
        </div>
        <div class="col-12 col-lg-6 mt-3">
            <div class="card text-center" style="max-height: 250px;height: 250px;">
                <div class="card-body d-flex justify-content-center align-items-center">
                    <div>
                        <h5 class="card-title">DSR (DAILY SALES) REPORT</h5>
                        <a href="#" class="btn btn-primary {{ auth()->user()->role_id == 3 ? 'alert_message' : '' }}">Go to Portal</a>
                    </div>
                </div>
            </div>
        </div>
    </div>


@endsection

@push('scripts')
    <script>
        $(document).on('click','.alert_message',function(){
            flashMessage('info','Under Construction! Coming Soon Very Early');
        });
    </script>
@endpush

Zerion Mini Shell 1.0