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

My Peers

@foreach($mypeers as $peer) @endforeach
Name PublicKey IPs Actions
{{ $peer->name }} {{$peer->public_key}} {{$peer->ip}}@if($peer->allowed_ips && $peer->ip), @endif{{$peer->allowed_ips}} -

Peers

@foreach($peers as $peer) @endforeach
Name PublicKey IPs Actions
{{ $peer->name }} {{$peer->public_key}} {{$peer->ip}}@if($peer->allowed_ips && $peer->ip), @endif{{$peer->allowed_ips}} -
@endsection