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