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