@extends('layouts.master') @section('content')
Email Pools

Owned Pools

@foreach($ownedPools as $pool) @endforeach
Pool Timestamp Actions
Pool #{{$pool->id}} {{$pool->timestamp}} Download

Available Pools

@foreach($availablePools as $pool) @endforeach
Pool Timestamp Actions
Pool #{{$pool->id}} {{$pool->timestamp}} Claim
@endsection