@extends('back.layouts.app', ['title' => $title]) @section('beforeHeadClose') @include('back.common_views.switch_css') @endsection @section('content')
@include('back.common_views.quicklinks')

{{ ucwords($module->title) }}

@if ($module->show_ordering_options) @if($module->id==50 || $module->id==52) @else @endif @endif
@if (isset($module->show_ordering_options) && $module->show_ordering_options == 1) @endif @if (isset($module->show_featured_image) && $module->show_featured_image == 1) @endif @if ($module->show_preview_link_on_listing_page == '1') @endif @if (strcmp($module->type, 'cms')) @endif @if ($module->show_is_featured == 1) @endif @if ($module->id == 37) @endif @forelse($moduleMembers as $moduleMember) @if (isset($module->show_ordering_options) && $module->show_ordering_options == 1) @endif @if ($module->show_featured_image == 1) @endif @if ($module->show_preview_link_on_listing_page == '1') @endif @if (strcmp($module->type, 'cms')) @endif @if ($module->show_is_featured == 1) @endif @if ($moduleMember->cms_module_id == 37) @endif @empty @endforelse
OrderImage{{ ucwords($module->term) }} Heading DatePreview{{ ucwords($module->type) }} StatusIs Featured? Package Detail No. Of UsersAction
{{ $moduleMember->item_order }} @if (!empty($moduleMember->featured_img)) @endif {{ $moduleMember->heading }} @php echo format_date($moduleMember->dated,'date_time'); @endphp @if ($module->type === 'cms') @if ($moduleMember->is_pages == 1) Preview @else {{ ' ' }} @endif @else Preview @endif {!! substr_replace(adjustUrl($moduleMember->content), '...', 195) !!} @php echo package_use_member($moduleMember->id) @endphp @if ($moduleMember->permanent_page == '1') @if ($moduleMember->content_type == 'module') Edit Manage @else Edit @if ($moduleMember->id == 118) Manage @endif @if ($moduleMember->id == 175) Manage @endif @endif @else @if($module->id==50 || $module->id==52) Edit @else Edit @endif Delete @endif @if ($module->term == 'Classes') View Registered User @elseif($module->term == 'Camps') View Registered User @endif @if ($moduleMember->cms_module_id == 37)
Manage Package Content @endif
No Record found!
@endsection @section('beforeBodyClose') @include('back.module.module_js') @if (isset($_GET['id']) && !empty($_GET['id'])) '; @endif @endsection