@extends('layouts.core.frontend', [ 'menu' => 'site', ]) @section('title', trans('messages.dashboard')) @section('page_header')

web {{ trans('messages.site.sites') }}

@endsection @section('content')

{!! trans('messages.site.intro') !!}

Create your first landing page

  • Signup forms to gather email addresses
  • Content blocks to build interest
  • Newsletter archives to promote content
  • Contact forms to collect information
  • Surveys and other blocks to drive engagement
Create {{-- Learn more --}}
@endsection