@extends('backend.app') @section('title', ' List of User') @push('style') @endpush @section('content')

List of User

@include('backend.partials.user.index_main')
@push('script') {{-- Include DataTables --}} @endpush @endsection