@extends('layouts.master') @section('title') {{__('role_management')}} @endsection @section('content')
@can('role-list')
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('action') }}
@endcan
@endsection