@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('User Management') }}

{{ __('User') }} {{ __('Group') }} {{ __('Country') }} {{ __('Status') }} {{ __('Created On') }} {{ __('Actions') }}
@endsection @section('js') @endsection