@extends('layouts.main') @section('title', 'Users') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Users') }}

{{ __('s no.') }} {{ __('USER') }} {{ __('PHONE') }} {{ __('BALANCE') }} {{ __('STATUS') }} {{ __('JOINED') }} {{ __('Action') }}
@include('model') @push('script') @endpush @endsection