@extends('userrole::layouts.master') @section('content')
@if ($role->id)

{{ $role->name }}

@else

New Role

@endif
@php echo $form->toHtml(); @endphp
@endsection