@php $editRoute = 'bundle.edit'; $deleteRoute = 'bundle.destroy'; $restoreRoute = 'bundle.restore'; $translateRoute = 'bundle.translate'; if (isInstructor()) { $editRoute = 'instructor.bundle.edit'; $deleteRoute = 'instructor.bundle.destroy'; $restoreRoute = 'instructor.bundle.restore'; $translateRoute = 'instructor.bundle.translate'; } elseif (isOrganization()) { $editRoute = 'organization.bundle.edit'; $deleteRoute = 'organization.bundle.destroy'; $restoreRoute = 'organization.bundle.restore'; $translateRoute = 'organization.bundle.translate'; } $title = translate('Do you want to move to Trash'); $text = translate('If You trash,bundle and bundle related all data will be trashed.'); $isAdmin = isAdmin(); @endphp
{{ translate('Title') }} | {{ translate('Price') }} | {{ translate('Course') }} | {{ translate('Date Created') }} | {{ translate('Action') }} |
---|---|---|---|---|
{{ $currencySymbol }}{{ number_format($bundle->price, 2) }} | {{ $bundle?->courses?->count() }} | {{ customDateFormate($bundle->created_at) }} |