Last active
January 9, 2019 11:46
-
-
Save msato0731/2867b9a5600d5218646575beec3295b4 to your computer and use it in GitHub Desktop.
laravelの@yieldと@section 変更前
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<title>testapp</title> | |
</head> | |
<body> | |
<h2>サイドバー(同一にしたい)</h2> | |
<p>本文(ページごとに変えたい)</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment