@extends('layouts.app') @section('hero') @include('sections.hero') @endsection @section('about') @include('sections.about') @endsection @section('vision') @include('sections.vision') @endsection @section('benefit') @include('sections.benefit') @endsection @section('registration') @include('sections.registration') @endsection