@extends('backend.admin.layouts.master') @section('content')
@if ($authUser->hasRole('Super Admin'))
Import new upsasassdate
@endif
Order

276k

+28.42%
Sales

$4,679

+28.42%
@if ($authUser->hasRole('Customer')) @include('backend.dashboard.customer', ['authUser' => $authUser]) @endif
{{--
Dashboard

Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.

View Badges
View Badge User
--}} {{-- working site --}} {{-- @include('layouts.message') --}}
Recent Users
250 users so far
{{-- {{$authUser}} --}} {{-- @foreach ($authUser as $key => $user) @endforeach --}}
SN Image Username Full Name Roles Status
{{ ++$key }}
@if ($user->hasRole('Client')) @else @endif
@if ($user->hasRole('Client')) {{ $user->client->company_name }} @else {{ $user->name }} @endif {{ $user->first_name }} {{ $user->middle_name }} {{ $user->last_name }} Roles @if (\Illuminate\Support\Facades\Auth::user()->id == $user->id)
@else
{{ csrf_field() }}
status) checked @endif name="status" />
@endif
@if ($authUser->hasPermissionTo('permission manage')) Assign Role @endif
{{$users->links()}}
{{-- working site --}}
Performance
1,046 Inbound Calls today
7.5%
  • CRM Team Performance:72.56%
  • Recurring Calls:29.34%
  • Tickets Raised:15.56%
  • Upgrade Your Plan
    Flat cartoony and illustrations with vivid color
    Project

    Up to 500

    Tasks

    unlimited

    @endsection