@extends('layout.admin.app') @section('title', __('global.roles')) @section('breadcrumb') @endsection @section('datatable-css') @include('layout.admin.datatable-css') @endsection @section('datatable-js') @include('layout.admin.datatable-js') @endsection @section('content')
{{ __('global.id') }} {{ __('global.role_name') }} {{ __('global.role_description') }} {{ __('global.created_at') }} {{ __('global.actions') }}
@endsection @section('script') @endsection