@extends('backend.app') @section('title', 'Role list') @push('style') @endpush @section('content')

List of User

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