@extends('layouts.master') @section('title') Create book @stop {{-- This `head` section will be yielded right before the closing tag. Use it to add specific things that *this* View needs in the head, such as a page specific styesheets. --}} @section('head') @stop @section('content')
@stop {{-- This `body` section will be yielded right before the closing