@extends('layouts.main')
@section('title')
{{ __('Users') }}
@endsection
@section('page-main-title')
{{ __('Users') }}
@endsection
@section('content')
{{ __('ID') }}
{{ __('Name') }}
{{ __('Email') }}
{{ __('Active Status') }}
{{ __('Action') }}