Add New Role
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('permissions')) {{ $errors->first('permissions') }} @endif
@push('body-scripts') @endpush