@php $editRoute = 'instructor.edit'; $deleteRoute = 'instructor.destroy'; $restoreRoute = 'instructor.restore'; $verifyRoute = 'instructor.verify.email'; $statusChangeRoute = 'instructor.status'; $viewRoute = 'instructor.profile'; $translateRoute = 'instructor.translate'; if (isOrganization()) { $editRoute = 'organization.instructor.edit'; $deleteRoute = 'organization.instructor.destroy'; $restoreRoute = 'organization.instructor.restore'; $viewRoute = 'organization.instructor.profile'; $statusChangeRoute = 'organization.instructor.status'; $translateRoute = 'organization.instructor.translate'; } $isAdmin = isAdmin(); $title = translate('Do you want to move to Trash'); $text = translate('If You trash,Instructor and Instructor related all data will be trashed.'); @endphp