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