@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)) {{$myList->type.": ".$plan->name}} {{$myList->type.": ".$plan->name}} Pledge: {{ ($myList->commitment) }} Status:{!!part_status_badge($myList->status)!!} Date:{{__date_parse($myList->created_at)}} @endif @empty @endforelse @else You currently have no subscriptions. @endif @endsection @section('javascript') @endsection
You currently have no subscriptions.