@extends('layouts.app') @section('title', 'Perk Applications') @section('content')

All Perk Applications

{{ __('Perk Applications') }}

@if ( Auth::user()->allowToViewAllPerks() && $filter_users )
@endif
@include('public.table.perk-applications')
@endsection