@extends('front.layouts.app') @section('content')
{{--
innerpagebg --}}
{{-- subscribe_logo --}} @foreach ($pages as $page) @if ($page->slug == 'subscribe') {!! $page->description !!} @endif @endforeach
@include('front.modules.account.index') @include('front.modules.contact.index') @endsection