@extends('layouts.layout-2') @section('content')
Zahlungen / Guthaben
{{--
{!! Form::open(['url' => route('admin_payments_paycredit'), 'class' => 'form-horizontal', 'id'=>'form_filter_user_status']) !!} {!! Form::close() !!}
--}} @if(isset($add_credit_error) && $add_credit_error)
  • {{ $add_credit_error }}
@endif
ID {{__('Vorname')}} {{__('Nachname') }} {{__('E-Mail') }} {{__('Guthaben') }} {{__('Account')}}  
@endsection