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

Plans

@if($type == 'member') @endif
@if($type == 'member') @endif @forelse ($plans as $plan) @if ($type =='member') @endif @empty @endforelse
Plan NameMembership Type Time TypePrice Created at Action
{{ $plan->name }} @if($plan->type === 'basic') W/O Targets @elseif($plan->type === 'premium') W Targets @else N/A @endif @if($plan->time_type == 'monthly') Monthly @elseif($plan->time_type == 'quarterly') Quarterly @elseif($plan->time_type == 'halfly') Half-yearly @elseif($plan->time_type == 'yearly') Annually @else {{ Str::ucfirst($plan->time_type) }} @endif {{ $plan->price }} {{ $plan->created_at ? $plan->created_at->format('m/d/Y') : '' }}
@if($type == 'member') @endif
Did not found any plan
@endsection @push('pagespecificscripts') @endpush