การสร้าง Template
สร้างไฟล์ mytemplate.blade.php ที่ ( project-name/resources/views/ )
--------------
<html> <body> <h1>Template</h1> @yield('content') </body></html>-------------
@yield('content') คือ ตัวกำหนดว่า เนื้อหาจะถูกเพิ่มตรงส่วนนี้ เมื่อ template ถูกเรียกใช้