@extends('layout.app') @section('title', 'VPN') @section('content')

Users

@if ($errors->all()) @endif @foreach($users as $u) @csrf @endforeach
E-Mail Create VPN Admin Save
{{ $u->email }} hasPrivilege("createVPN")) checked @endif> hasPrivilege("admin")) checked @endif>
@endsection