@extends('layouts.frontendDashboard.master') @section('title', $content->page_name ?? 'D') @push('style') @endpush @section('content')
{!! $content['gjs-html'] ?? 'Coming Soon' !!}
@endsection