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

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

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