@extends('layouts.master') @section('page_title') @if(isset($page_title)) {{ $page_title }} @endif @endsection @section('css') @endsection('css') @section('content')

VPN Configurations

@if ($vpn_list->isEmpty()) @else @foreach ($vpn_list as $row) @endforeach @endif
# Partner Name Partner ACL Edit
No Records found
{{ $counter }} {{ $row->mno_info->name }} ({{ $row->mno_info->country }})
Peer : {{ $row->remote_peer_ip }}
{{ $row->vpn_device }}
  • Local ACL : {{ $row->local_access_control_list }}
  • Remote ACL : {{ $row->partner_access_control_list }}
Edit
{{ $vpn_list->links() }}
Page : {{ $vpn_list->currentPage() }} of {{ $vpn_list->lastPage() }} | Total Records : {{ $vpn_list->total() }}
@endsection @section('javascript') @endsection