@extends('layouts.app', ['activePage' => 'listUser', 'titlePage' => __('Users Admins')]) @section('content')


{{ __('pages.admin') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif @if (session('status')) @endif
@foreach ($listUser as $key=>$user) @endforeach
{{ __('#') }} {{ __('pages.name') }} {{ __('pages.type') }} {{ __('pages.action') }}
{{ $key+1}} {{ $user->name}} @if($user->type=='1') @endif @if($user->status == 0) refresh @endif @if($user->status == 1) close @endif edit
@endsection @push('js') @endpush