@extends('layouts.portal.app') @section('content')
Home / Keys - {{ number_format($companyRouters->total()) }} records fetched
@if(Session::has('errorResponse'))
@endif
@foreach($companyRouters as $companyRouter) @php $cleanRefNo = ltrim(preg_replace('/[^0-9]/', '', $companyRouter->id), '0'); $crtCert = "router{$cleanRefNo}.crt"; $keyCert = "router{$cleanRefNo}.key"; @endphp @endforeach
# Name Documents
{{ $loop->iteration }} {{ $companyRouter->name }} CA CRT KEY
{{ $companyRouters->render() }}
@endsection