@extends('layouts.frontend.master') @push('styles') @section('title',$content['meta_title'] ?? '') @endpush @section('content')
{!! $content['gjs-html'] ?? 'Coming Soon' !!}
@endsection