@extends('admin/layouts/master') @section('title') {{ config()->get('app.name') }} | {{ $title }} @endsection @section('page_name') {{ trns('users') }} @endsection @section('content')

{{ trns('users') }}

# {{ trns('name') }} {{ trns('phone') }} {{ trns('code') }} {{ trns('email') }} {{ trns('image') }} {{ trns('status') }} {{ trns('points') }} {{ trns('actions') }}
@include('admin/layouts/myAjaxHelper') @endsection @section('ajaxCalls') @endsection