@extends('layouts.master') @section('title') {{trans_choice('general.role',2)}} @endsection @section('content')

{{trans_choice('general.role',2)}}

@foreach($data as $key) @endforeach
{{trans_choice('general.name',1)}} {{trans('general.slug')}} {{trans_choice('general.action',1)}}
{{ $key->name }} {{ $key->slug}}
@endsection