@extends('layouts.app')
@section('title','Pairings | PairingPal')
@section('content')
Manage active and upcoming pairings from one place.Pairings
| Code | Title | Route | Report | Release | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $pairing->pairing_code }} | {{ $pairing->title }} | {{ $pairing->origin }} → {{ $pairing->destination }} | {{ $pairing->report_at->format('Y-m-d H:i') }} | {{ $pairing->release_at->format('Y-m-d H:i') }} | {{ $pairing->status }} | |
| No pairings yet. Click Create Pairing to add your first one. | ||||||