@extends('layouts.base') @section('title', 'Welcome to my site!') @section('content') <h1>Welcome to my site!</h1> @endsection