@extends('layouts.master') @section('content') @include('partials/logged-in')

Database: {{ $database->name }}

@if ($database->created_by == session('user_id'))
@endif

Users with Access


Realtime Micropub Export

Enter a Micropub endpoint and token below and any trips that are written to this database will be sent to the endpoint as well.

@endsection