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