@extends('admin.layouts.default') {{-- Page title --}} @section('title') Users List @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Users

Users List

ID First Name Last Name User E-mail Status Created At Actions
@stop {{-- page level scripts --}} @section('footer_scripts') @stop