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

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

You can drag and drop to set order.
@forelse($moduleMembers as $moduleMember) @empty @endforelse
Image {{ ucwords($module->term) }} Heading Date Action
@if ($moduleMember->featured_img != '') @else - @endif {{ $moduleMember->heading }} @php echo format_date($moduleMember->dated,'date_time'); @endphp
No Record found!
@endsection @section('beforeBodyClose') @endsection