@extends('layouts.admin')
@section('title') Users @endsection
@section('page_title') Users @endsection
@section('content')
@push('page_style')
@include('include.dataTableStyles')
@endpush
S.No |
Full Name |
Email |
Role |
Status |
Action |
Log |
@push('page_script')
@include('include.dataTableScripts')
@endpush
@endsection