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

My Partnership History

@if(!blank($myLists))
@forelse($myLists as $myList) @php $plan = $myList->supportable; @endphp @if(!blank($plan))

{{$myList->type . ": " . $plan->name}}

{!! part_status_badge($myList->status) !!}
Pledge: {{$myList->commitment}}
Date: {{__date_parse($myList->created_at)}}
@endif @empty

No partnership history found.

@endforelse
@else

You currently have no subscriptions.

@endif
@endsection