@extends('frontend.layouts.app') @section('content')
| {{ __('Name') }} | {{ __('Limit') }} | {{ __('Remind') }} |
|---|---|---|
| {{ __('Course') }} | {{ $userPackage->course }} | {{ $userPackage->course-$courseCount }} |
| {{ __('Consultancy') }} | {{ $userPackage->consultancy }} | {{ $userPackage->consultancy-$consultancyCount }} |
| {{ __('Bundle Course') }} | {{ $userPackage->bundle_course }} | {{ $userPackage->bundle_course-$bundleCourseCount }} |
| {{ __('Device') }} | {{ $userPackage->device }} | {{ $userPackage->device-$deviceCount }} |