@extends('admin.layout.app') @section('body')

New Role

Back
@if ($errors->any())
@endif
@csrf
@foreach ($permissions as $p)
@endforeach
@endsection