@extends('layout.default') @section('styles') @endsection @section('content')

Users

{{ $dataTable->table() }} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($users as $user)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
NameEmailEnter Account
{{ $user->name }}{{ $user->email }}
--}}
@endsection @section('scripts') {{ $dataTable->scripts() }} @endsection