{{ Config::get('app.name') }} {{ Config::get('app.name') }}

DIGITAL CONTENT
Version {{ Config::get('param.app.version') }}

  •   {{ Common::dateFormat(date('Y-m-d'), 'day, dd mmmm yyyy') }}

  • @if ($p_notification_count > 0) @php $pnc = ($p_notification_count > 99) ? '99+' : $p_notification_count; @endphp {{ $pnc }} @else @endif

    Notifications

    @php $notification_attr = [ 'event_invoice' => ['class' => 'info', 'icon' => 'fas fa-file-invoice'], 'event_payment' => ['class' => 'success', 'icon' => 'fas fa-money-check-alt'], 'member_invoice' => ['class' => 'info', 'icon' => 'fas fa-file-invoice'], 'member_payment' => ['class' => 'success', 'icon' => 'fas fa-money-check-alt'], ]; @endphp @foreach ($p_notification as $pi) @php $paramid= Crypt::encrypt($pi['id']); $url = ''; if ($pi['flag'] == 'event_invoice') $url = route('invoice.edit', $paramid); else if ($pi['flag'] == 'event_payment') $url = route('invoice.edit', $paramid); else if ($pi['flag'] == 'member_invoice') $url = route('membership.invoice.edit', $paramid); else $url = route('membership.invoice.edit', $paramid); @endphp
    {{ $pi['message'] }}

    {{ Common::dateFormat($pi['at'], 'dd mmm yyyy, hh:ii WIB') }}

    @endforeach
  • profile
    Halo,
    {{Auth::user()->getName()}} 
  •  Profile
  •  Ganti Password
  •  Logout