@extends('layouts.admin') @section('title', 'User Access | Mintavia Admin') @section('content')

User List

{!! $dataTable->table() !!}
@endsection @section('plugins.Toastr', true) @section('js') {{$dataTable->scripts()}} @endsection