@extends('layouts.app') @section('content') @include('layouts.home_banner') @if(isset($PAGE_CONTENT['response']) && !empty($PAGE_CONTENT['response'])) {!! $PAGE_CONTENT['response'] !!} @else Coming Soon... @endif @endsection @section('footer_scripts') @endsection