@extends('layouts.master') @section('title') @lang('translation.dashboards') @endsection @section('css') @endsection @section('content')
{{ Auth::user()->name }}
{{ Auth::user()->name }}
{{ Auth::user()->name }}

@if(isset($peg)) {{ $peg['divisibidangkerja'] }} {{ $peg['posisi'] }} @endif

@if(isset($CtugasTambahan)) {{ $CtugasTambahan }} @endif

Tugas Tambahan

@if(isset($count_rewards)) {{ $count_rewards }} @endif

Rewards

{{--
{{ Auth::user()->name }}

{{ $peg['divisibidangkerja'] }}
{{ $peg['posisi'] }}

--}}

My Jobdesk

@php if(!empty($status_baca)){ $class='success'; }else{ $class='danger'; } @endphp
@if (!empty($getJobdesk)) @php $jobdesk = $getJobdesk->jobdesk; $maxLength = 450; @endphp {{-- {!! Str::limit($jobdesk, $maxLength, ' ...') !!} --}}
{!! Str::limit($jobdesk, $maxLength, ' ...') !!}
@if (Str::length($jobdesk) > $maxLength) Read more @endif @endif
{{-- Grafik, nama permission can_view_grafik --}} @can('can_view_grafik')

Grafik Jumlah Pegawai

Orang

Rincian Jumlah Pegawai

@foreach ($divisi as $item) @foreach ($item->bidang as $bid) @endforeach @endforeach
Divisi Bidang Jumlah Pegawai
{{$item->nama_divisi}} {{$item->total_perdivisi}}
{{$bid->bidang}} {{$bid->total}}
@endif {{-- Info Update Data --}}
{{-- @if(empty($status_baca)) --}}
{{-- @if (!empty($getJobdesk)) --}} {{-- @endif --}}
{{-- @endif --}} @if (!empty($info_rekomitmen)) @php $tglawal = date('Y-m-d',strtotime($info_rekomitmen->tanggal_awal)); $tglakhir = date('Y-m-d',strtotime($info_rekomitmen->tanggal_akhir)); $tanggalAwal = \Carbon\Carbon::parse($tglawal); // Tanggal awal $tanggalAkhir = \Carbon\Carbon::parse($tglakhir); // Tanggal akhir $tanggalSekarang = \Carbon\Carbon::now()->format('Y-m-d'); // Tanggal saat ini @endphp @if ($tanggalSekarang >= $tanggalAwal && $tanggalSekarang <= $tanggalAkhir) @php $class='success'; @endphp @else @php $class='danger'; @endphp @endif @if ($tanggalSekarang == date('Y-m-d',strtotime($tanggalAkhir)) )
@endif @if($namarole != 'superadmin' && $namarole != 'admin' ) @if ($tanggalSekarang >= $tanggalAwal && $tanggalSekarang <= $tanggalAkhir) @endif @endif @endif @if (!empty($info_updated)) @php $tglawal = date('Y-m-d',strtotime($info_updated->tanggal_awal)); $tglakhir = date('Y-m-d',strtotime($info_updated->tanggal_akhir)); $tanggalAwal = \Carbon\Carbon::parse($tglawal); // Tanggal awal $tanggalAkhir = \Carbon\Carbon::parse($tglakhir); // Tanggal akhir $tanggalSekarang = \Carbon\Carbon::now()->format('Y-m-d'); // Tanggal saat ini @endphp @if ($tanggalSekarang >= $tanggalAwal && $tanggalSekarang <= $tanggalAkhir) @php $class='success'; @endphp @else @php $class='danger'; @endphp @endif @if ($tanggalSekarang == date('Y-m-d',strtotime($tanggalAkhir)) )
@endif @if ($tanggalSekarang >= $tanggalAwal && $tanggalSekarang <= $tanggalAkhir)

Info Update Data

{{--
0
--}}

{!! $info_updated->keterangan !!}

@endif @endif
Recent Activity
Purchase by James Price

Product noise evolve smartwatch

02:14 PM Today
Added new style collection

By Nesta Technologies

9:47 PM Yesterday

Natasha Carey have liked the products

Allow users to like products in your WooCommerce store.

25 Dec, 2021
Today offers by Digitech Galaxy

Offer is valid on orders of Rs.500 Or above for selected products only.

12 Dec, 2021
Favoried Product

Esther James have favorited product.

25 Nov, 2021
Flash sale starting Tomorrow.

Flash sale by Zoetic Fashion

22 Oct, 2021
Monthly sales report

2 days left notification to submit the monthly sales report. Reports Builder

15 Oct
Frank Hook Commented

" A product that has reviews is more likable to be sold than a product. "

26 Aug, 2021
Products Reviews

" Great product and looks great, lots of features. "

- by Force Medicines

" Amazing template, very easy to understand and manipulate. "

- by Henry Baird

"Very beautiful product and Very helpful customer service."

- by Zoetic Fashion

" The product is very beautiful. I like it. "

- by Nancy Martino
Customer Reviews
4.5 out of 5
Total 5.50k reviews
5 star
2758
4 star
1063
3 star
997
2 star
227
1 star
408
{{-- Jobdesk --}}
My Rewards
@if (!empty($myrewards)) {{$myrewards}} @else Penghargaan Tidak Tersedia @endif

Tugas Tambahan

@if ($CtugasTambahan==0) Tugas Tambahan Tidak Tersedia @else @foreach ($tugasTambahan as $item) {{ $item->namatugas->nama }}, @endforeach @endif
@endsection @section('script') @endsection @section('script-bottom') @endsection