@extends('layouts-responsive.responsive') @section('content') @if($mainPage == 'home') @include('responsive.partials.home') @else {!! $staticPageValue !!} @endif @endsection