@extends('layouts.app') {{-- Customize layout sections --}} @section('subtitle', 'GUESTS') @section('content_header_title', 'GUESTS') @section('content_header_subtitle', 'NEW') {{-- Content body: main page content --}} @section('content_body') {{html()->form('POST', route('guest.store'))->open()}}