@extends('layouts.app') @section('content')

List of connections

@foreach ($connections as $connection) @endforeach
Name Created At Updated At
{{ $connection->name }} {{ $connection->created_at }} {{ $connection->updated_at }}
@endsection