@extends('layouts.master') @section('title') LT-99 :: รายชื่อผู้ใช้เอเยนต์ @endsection @section('sub_title') จัดการผู้ใช้เอเยนต์ @endsection @section('content')
@csrf

รายชื่อผู้ใช้เอเยนต์

@if (Auth::user()->position < 4) @endif @if(allowAddMember()) @endif
@foreach($user as $key => $agent) @endforeach
# ชื่อผู้ใช้ ชื่อ - นามสกุล สายงาน ดำเนินการ
{{ $key+1 }} {{ $agent->username }} {{ $agent->name }} {!! $agentUsernameLine[$agent->id] !!} @if ($agent->status) @else @endif {{-- --}} {{-- --}} @if (Auth::user()->isAdmin() && $bypass) @endif
@endsection @section('scripts') @endsection