@extends('layouts.app') @section('htmlheader_title') Page Title @endsection @section('contentheader_title') Home Page @endsection @section('contentheader_description') Home @endsection @section('main-content')

Content

Content Here
@endsection