@extends('layouts.app') @section('page-header') @endsection @section('htmlheader_title') View PPPOE Credentials @endsection @section('contentheader_title') View PPPOE Credentials @endsection @section('main-content')
@foreach($results as $result) @endforeach
Username Password Plan
{{ $result['username']}} {{ $result['password']}} {{ $result['name']}}
Username Password Plan
@endsection @section('page-scripts') @endsection