PPPA X Paytren
  • Web Apps

    Edit

    Chat

    Calendar

    Email

    Profile

    View all
  • profile

    {{auth()->user()->name}}

    {{auth()->user()->email}}

    • Profile
    • Edit Profile
    • Switch User
    • Log Out
      @csrf
  • Dashboard
      @if (auth()->user()->role == 'admin' || auth()->user()->role == 'paytren')
    • Dashboard Paytren
    • @endif @if (auth()->user()->role == 'admin' || auth()->user()->role == 'pppaid')
    • Dashboard PPPAID
    • @endif @if (auth()->user()->role == 'admin' || auth()->user()->role == 'so')
    • Dashboard Sedekah Online
    • @endif @if (auth()->user()->role == 'admin' || auth()->user()->role == 'layanan')
    • Dashboard Layanan
    • @endif @if (auth()->user()->role == 'admin' || auth()->user()->role == 'yatimhebat')
    • Dashboard Yatim Hebat
    • @endif @can('view-donatur')
    • Dashboard General
    • @endcan
  • Data
    @can('is_admin')

    Paytren

    • Master
    • Donatur
    @endcan @can('is_so')

    Sedekahonline

    • Master
    • Donatur
    • Manual Confirm
    @endcan @can('is_pppaid')

    pppa.id

    • Master
    • Daily Donation
    • Donatur
    @endcan @can('is_layanan')

    layanan

    • Master
    • Donatur
    @endcan @can('is_yh')

    yatimhebat

    • Master
    • Donatur
    @endcan
    {{--
    • Paytren
    • Master
    • Donatur
    • Other
    • Chat
    • Calendar
    --}}