@extends('layouts.frontendDashboard.master') @section('title', 'Home') @push('styles') @if (isset($Contents['gjs-css'])) @endif @endpush @section('body-start')
@endsection @section('content')
@if (isset($Contents['gjs-html'])) {!! $Contents['gjs-html'] !!} @endif
@endsection