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