@extends('frontend.layouts.app') @section('content') @if( isset( $module->module_banner_image ) ) @php $bannerImage = asset('module-banner/'.$module->module_banner_image); @endphp @else @endif

{{ $type['heading'] ?? '' }}

@if( $type['type'] == 3 )
{!!$cms->links()!!}
@else
{!!$cms->links()!!}
@endif @endsection