@extends('frontendv2.layouts.frontend_design') @section('content')

Home

Active Meal Plan Information

@include('frontendv2.Customer.navigation_list')
Current StatusActive
Plan Name{{($activeplan['mpname'])??""}}
Flex Bux Balance{{($activeplan['current_amount'])??""}}
Plan Type{{($activeplan['mpmealplantype'])??""}}
Received Swipes{{($activeplan['mppurchasecounter'])??""}}
Pending Swipes{{($activeplan['pendingcredit'])??""}}
Used Swipes{{($activeplan['spendcredit'])??""}}
@endsection