@extends('layouts.master') @section('title') {{__('admin.dashboard')}} -@endsection @section('css') @endsection @section('content')

My PartnerShip History

@if(!blank($myLists))
Name
Pledge
Date
Status
@forelse($myLists as $myList) @php $plan = $myList->supportable; @endphp @if(!blank($plan)) @endif @empty @endforelse
@else

You currently have no subscriptions.

@endif
@endsection @section('javascript') @endsection