@extends('layouts.compact_menu') {{-- Page title --}} @section('title') Roles @parent @stop @section('content')
@include('flash::message')
Roles
Add New
@include('roles.table')
@include('adminlte-templates::common.paginate', ['records' => $roles])
@endsection