@extends(getTemplate('admin')) @section('content')

{{__('admin.payments_customerspayments')}}

{{$title}}

@php $skipped = ['toyp','biz_awards','takenplace','projects','social','cp','dev_tools','blog','credit_wallet','surveys','hubs','chat','invoices','artist_in_residence','studio_members','tutorials']; @endphp
@foreach($modules as $module) @if(!in_array(strtolower($module->getName()), $skipped)) @endif @endforeach
@endsection