@extends('admin.layouts.default') {{-- Web site Title --}} @section('title') {{{ $title }}} :: @parent @stop {{-- Content --}} @section('content')
{{{ Lang::get('admin/roles/table.name') }}} {{{ Lang::get('admin/roles/table.users') }}} {{{ Lang::get('admin/roles/table.created_at') }}} {{{ Lang::get('table.actions') }}}
@stop {{-- Scripts --}} @section('scripts') @stop