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

New User Role

{!! csrf_field() !!}

{{ __('xuser::user_role.headings.role_details')}}

@if(isset($role->id)) @else @endif
@endsection @section('include_js') @endsection @section('custom_script') @endsection