@extends('layouts.base') @section('title', 'User') @php $trClass = 'px-2 py-1 text-xs leading-tight'; @endphp @section('content')

@yield('title')

S.N Name Username Email Role Active Actions
@endsection @section('scripts') @include('user.partials.scripts') @endsection