@extends('layouts.master') @section('title', 'Dashboard') @section('content')
{{-- Requests for Partnerships --}} @if ($requestpartner->count() > 0)
Requests For Partnership
@php $count_req = 0; @endphp @foreach ($requestpartner as $reqs) @php $count_req += 1; @endphp
{{ $count_req }}.  

Partnership request for {{ $reqs->vendorname }} by {{ $reqs->user }}.

@if (auth()->user()->role == 'Admin' || auth()->user()->role == 'Partner Rep')
id") }}' method="POST" id="statusForm{{ $reqs->id }}"> @csrf
@else
id") }}' method="POST" id="statusForm{{ $reqs->id }}"> @csrf
@endif
@endforeach
@endif {{-- Deal Registrations --}} @if ($deal_regs->count() > 0)
CRM Deal
@php $count_req = 0; @endphp @foreach ($deal_regs as $deal_reg) @php $count_req += 1; @endphp
{{ $count_req }}.  

Customer: {{ $deal_reg->client_name }} | Title {{ $deal_reg->deal_name }}.

@if (auth()->user()->role == 'Admin' || auth()->user()->role == 'Partner Rep')
id) }}' method="POST" id="dealstatusForm{{ $deal_reg->id }}"> @csrf
@else
id") }}' method="POST" id="dealstatusForm{{ $deal_reg->id }}"> @csrf
@endif
@endforeach
@endif
{{-- --}} {{--
user

Welcome back

Jhon Anderson!

$65.4K

Today's Sales

78.4%

Growth Rate

24K users increased from last month

12.5% from last month

Monthly Revenue

Avrage monthly sale for every author

68.9%

34.5%

expand_less

68%

Total Views

desktop_windowsDesktop

35%

tablet_macTablet

48%

phone_androidMobile

27%

12.5% from last month

35K users increased from last month

85,247

arrow_downward23.7%

Total Accounts

  • calendar_today
    Campaigns

    54

    28%

  • email
    Emailed

    245

    15%

  • open_in_new
    Opened

    54

    30.5%

  • ads_click
    Clicked

    859

    34.6%

  • subscriptions
    Subscribed

    24,758

    53%

  • inbox
    Spam Message

    548

    47%

  • visibility
    Views Mails

    9845

    68%

36.7%

trending_up

34.5%

Visitors Growth

Cliks 2589

Likes 6748

Upvotes 9842

Facebook

55%

5/7

LinkedIn

67%

5/7

Instagram

78%

5/7

Snapchat

46%

5/7

Google

38%

5/7

Altaba

15%

5/7

Spotify

12%

5/7

Elon Jonado

elon_deo

Alexzender Clito

zli_alexzender

Michle Tinko

tinko_michle

KailWemba

wemba_kl

Henhco Tino

Henhco_tino

Gonjiko Fernando

gonjiko_fernando

Specer Kilo

specer_kilo

Item Name Amount Vendor Status Rating

Sports Shoes

$149 Julia Sunota

Completed

5.0

star

Goldan Watch

$168 Julia Sunota

Completed

5.0

star

Men Polo Tshirt

$124 Julia Sunota

Pending

4.0

star

Blue Jeans Casual

$289 Julia Sunota

Completed

3.0

star

Fancy Shirts

$389 Julia Sunota

Canceled

2.0

star
--}} @endsection