1 2 3 4 5 6
@extends('layouts.app') @section('content') <h1>{{ $title ?? 'Index'}}</h1> <p>Something...</p> @endsection