{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@if($errors->any()) @endif

{{ $page_title }} Table
{{ $page_description }}

No Name Username Email Level Created At Is Active Option
No Name Username Email Level Created At Is Active Option
{!! Helper::getActivity(7) !!}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- --}} {{-- --}} @endsection