@extends('layouts.app') @section('metades') @endsection @section('title') {{ucwords(str_replace('-',' ',$page))}} / {{__('Shyams Group')}} @endsection @section('css') @endsection @section('content')
@foreach($data['moduleItems'] as $item)
@if (count($item['dynamicSections']) > 0)
@foreach ($item['dynamicSections'] as $dk => $dynamicSection) @php $active = $dk==0 ? 'active' : ''; @endphp

{!!$dynamicSection['description']!!}

{!!$dynamicSection['longDescription']!!}
@endforeach
@endif
@endforeach @endsection @section('js') @endsection @push('scripts') @endpush