@extends('layouts.app') @section('page-header') @endsection @section('htmlheader_title') View PPPOE Credentials @endsection @section('contentheader_title') View PPPOE Credentials @endsection @section('main-content')

Select a Customer

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($customers as $customer) @endforeach
Select Name Phone Email Type Address City Zip
{{ $customer->name}} {{ $customer->tel}} {{ $customer->email}} {{ $customer->type}} {{ $customer->add}} {{ $customer->city}} {{ $customer->zip}}
Select Name Phone Type Address City Zip


Select a Location Once you Select a Customer

Select Address City State Zip Status Added On Updated On
Select Address City State Zip Status Added On Updated On


@if ($verifypin == true)
@elseif ($verifypin == false) @else @endif
@endsection @section('page-scripts') @endsection