@extends('layouts.app') @section('title', 'Home') @section('content')

Welcome 👋

This is your fresh Laravel starter with a basic layout, a contact form, and a Posts CRUD.

Get Started

  1. Visit the Posts to manage blog posts.
  2. Try the Contact form.
  3. Edit the views in resources/views.
@endsection