@extends('layouts.app') {{-- Customize layout sections --}} @section('subtitle', 'ROLES') @section('content_header_title', 'ROLES') @section('content_header_subtitle', 'LIST') {{-- Content body: main page content --}} @section('content_body') @can('role create')
@endcan