@extends('layouts.app') @section('title', 'Super Admin Dashboard') @section('content')

Super Admin Dashboard

{{-- Action Buttons with Permission Checks --}}

Quick Actions

@can('manage users') Manage Users @endcan @can('create users') Create New User @endcan @can('manage properties') Manage Properties @endcan @can('view flags') View Flags @endcan @can('view wallet') Wallet Overview @endcan @can('view tickets') View Tickets @endcan
{{-- Summary Cards (Use Component) --}}
View Tickets
@endsection