@extends('Layouts.master') @section('content')
@include('Partials.Pages.index_top') @foreach($data as $role) @endforeach
@lang('name') @lang('action')
@can('roles_view') {{$role->name}} @else {{$role->name}} @endcan @can('roles_edit') @lang('edit') @endcan
@endsection @section('scripting') @endsection