@extends('layouts/layoutMaster') @section('title', 'User Management - View') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.scss', 'resources/assets/vendor/libs/animate-css/animate.scss', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/tagify/tagify.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss', 'resources/assets/vendor/libs/toastr/toastr.scss' ]) @endsection @section('page-style') @vite([ 'resources/assets/vendor/scss/pages/page-user-view.scss' ]) @endsection @section('page-script') @vite([ 'resources/js/toastr-bootstrap.js', ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/sweetalert2/sweetalert2.js', 'resources/assets/vendor/libs/cleavejs/cleave.js', 'resources/assets/vendor/libs/cleavejs/cleave-phone.js', 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/tagify/tagify.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js', 'resources/assets/vendor/libs/toastr/toastr.js' ]) @endsection @section('page-script') @vite([ ]) @endsection @section('content')
@if($user->profile_photo_path) User avatar @else
{{ strtoupper(substr($user->name, 0, 2)) }}
@endif
1.23k
Total Hours
{{--
568
Project Done
--}}
Details
  • Username: {{$user->name}}
  • Email: {{$user->email}}
  • Status: Active
  • Role: {{$user->roles[0]->name}}
  • {{--
  • Tax id: Tax-8965
  • --}}
  • Contact: {{ $user->phone }}
  • {{--
  • Languages: French
  • Country: England
  • --}}
Edit Profile {{-- Suspend --}}
{{--
Standard
$

99

month
  • 10 Users
  • Up to 10 GB storage
  • Basic Support
Days 26 of 30 Days
4 days remaining
--}}
{{-- {{dd()}} --}} @if(!auth()->user()->hasRole('Patient') && $user->usertype != 'Patient')
Job details
@csrf @if(auth()->user()->hasRole('Employee'))
@else
usertype == 'Employee') class="col-md-4" @else class="col-md-6" @endif>
usertype == 'Employee') class="col-md-4" @else class="col-md-6" @endif>
@if($user && $user->usertype == 'Employee')
@endif
@endif
Medical Certifications & Licenses
@csrf
{{-- --}}

@if($user->certifications && $user->certifications->count())
Uploaded Certifications & Licenses
    @foreach($user->certifications as $cert)
  • {{ $cert->name }}
    View
    @csrf @method('DELETE')
  • @endforeach
@endif
@endif
Change Password
@csrf
Passwords do not match
@if (Laravel\Fortify\Features::canManageTwoFactorAuthentication())
@livewire('profile.two-factor-authentication-form')
@endif
@livewire('profile.logout-other-browser-sessions-form')
Current Plan
Your Current Plan is Basic

A simple start for everyone

Active until Dec 09, 2021

We will send you a notification upon Subscription expiration

$199 Per Month Popular

Standard plan for small to medium businesses

Days
26 of 30 Days
Your plan requires update
Payment Methods
Master Card
Kaith Morrison
Popular
∗∗∗∗ ∗∗∗∗ ∗∗∗∗ 9856
Card expires at 12/26
Master Card
Tom McBride
∗∗∗∗ ∗∗∗∗ ∗∗∗∗ 6542
Card expires at 10/24
Visa Card
Lester Jennings
Expired
∗∗∗∗ ∗∗∗∗ ∗∗∗∗ 5896
Card expires at 10/27
Billing Address
Company Name:
{{ config('variables.templateName') }}
Billing Email:
user@ex.com
Tax ID:
TAX-357378
VAT Number:
SDF754K77
Billing Address:
100 Water Plant
Avenue, Building 1303
Wake Island
Contact:
+1 (605) 977-32-65
Country:
Wake Island
State:
Capholim
Zipcode:
403114
Notifications
You will receive notification for the below selected items.
Type Email Browser App
New for you
Account activity
A new browser used to sign in
A new device is linked
Connected Accounts

Display content from your connected accounts on your site

google
Google
Calendar and contacts
slack
Slack
Communication
github
Github
Manage your Git repositories
mailchimp
Mailchimp
Email marketing service
asana
Asana
Communication
Social Accounts

Display content from social accounts on your site

facebook
Facebook
Not Connected
dribbble
Dribbble
Not Connected
behance
Behance
Not Connected
@if(!auth()->user()->hasRole('Patient') && $user->usertype != 'Patient') @else @endif @endsection