@extends('layouts.freelancer') @section('title','My Routers — BlueBando v3') @section('content')

My Routers

Routers where you are allowed to sell vouchers.
@forelse($routers as $r) @empty @endforelse
Name Site Host
{{ $r->name }} {{ $r->site }} {{ $r->host }}:{{ $r->api_port }}
No routers assigned yet.
@endsection