@extends('front.layouts.main') @section('title', 'Beranda') @section('content') {{ $page->name }} {!! $page->content !!} @endsection