@extends('layouts.app') @section('title', 'Role') @section('content') @csrf @method('PUT') @include('role.partials.form', ['header' => 'Create a Role']) @stop @push('styles') @endpush @push('scripts') @endpush