Skip to content

Instantly share code, notes, and snippets.

@ecojuntak
Created February 20, 2020 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecojuntak/086490fce2884c778a086c08fc1dfa85 to your computer and use it in GitHub Desktop.
Save ecojuntak/086490fce2884c778a086c08fc1dfa85 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>@yield('title')</title>
</head>
<body>
@include('layouts/header')
<div style="margin-top: 20px; margin-bottom: 20px">
@yield('content')
</div>
@include("layouts/footer")
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment