You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
 

11 lines
416 B

@extends("layout")
@section("content")
<div class="flex flex-col w-3/4 mx-auto mt-12 pt-10">
<h1 class="px-3 text-[3rem] font-semibold">Demo</h1>
<div class="rounded-lg overflow-hidden w-full h-3/4 mt-2 shadow-md shadow-gray-950">
<iframe src="https://tour.panoee.net/natadesa-endek/62621a50118202256c6ab134" class="w-full h-[500px]"></iframe>
</div>
</div>
@endsection