@extends('components.layout') @section('content')
@include('sections.1-index')
{{--
@include('sections.2-countdown')
@include('sections.3-invitation')
@include('sections.4-location')
@include('sections.5-wedding-gift')
@include('sections.6-rsvp-wishes')
@include('sections.7-quotes')
--}}
@include('sections.2-all')
@endsection