@extends('layouts.master') @section('title',__('Users')) @section('breadcum') @endsection @section('maincontent')
{{ __('All Users') }}
# {{__("Name & User ID")}} {{__("Constituency")}} {{__("Mobile / Email")}} {{__("Created at")}} {{__("Role")}} {{__("Action")}}
@endsection @section('script') @endsection