@extends('layouts.landing_website') @push('style') @vite('resources/sass/landing.scss') @endpush @push('scripts') @endpush @if (session('success')) @endif @section('content') {!! $landingWebsite->gjs['html'] !!} @endsection