@extends('admin.account.show') @section('content')
Selected
@foreach($user->purchased_plans as $workoutPlan) @endforeach
Workout Plan Type Bundle Color Code Status Created Date Actions
{{$workoutPlan->plan->title}} {{$workoutPlan->plan->type}}
{{$workoutPlan->plan->bundle->title}}
plan->color_code)}}; border: 1px solid #0000001a !important">
@if($workoutPlan->plan->status == 1)
Published
@else
Inactive
@endif
{{date('F d, Y', strtotime($workoutPlan->plan->created_at))}} Actions
@endsection