@extends('admin.layout') @section('title',__('Users')) @section('css') @endsection @section('content')
# {{ __('id') }} {{ __('name') }} {{ __('Change status') }} {{ __('Orders count') }} {{ __('Store commission') }} {{ __('Store outlet') }} {{ __('Store active') }} {{ __('Paid balance') }} {{ __('Total Sales')}} {{ __('Total balance')}} {{ __('Action')}}
@include('admin.pages.users._form') @endsection @section('scripts') @include('admin.pages.users.users_index_js') @endsection