@if ($showdata)
ROLE : {{ $showdata->name }}
@include('helper.formhelper.showlabel', [ 'name' => 'NAME', 'value' => $showdata->name, 'columnone' => 'col-md-12', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'DESCRIPTION', 'value' => $showdata->description, 'columnone' => 'col-md-12', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ])
@endif