@extends('layouts.app') @section('content')

Create Role

← Back to roles
@if($errors->any())
Please fix the following:
@endif
@csrf
@php $oldPerms = old('permissions', []); @endphp @foreach($permissions as $p) @php $name = (string) $p->name; @endphp @endforeach
Cancel
@endsection