@extends('layouts.master') @section('title') LT-168 :: จัดการผู้ช่วย @endsection @section('sub_title') จัดการผู้ช่วย @endsection @section('content') @php $text = 'เอเยนต์'; if (Auth::user()->isAdmin()) $text = 'แอดมิน'; @endphp

ผู้ช่วย{{ $text }}

@php $i = 0; @endphp @foreach ($assists as $assist) @endforeach
# ชื่อผู้ใช้ ชื่อ - นามสกุล
{{ ++$i }} {{ $assist->username }} {{ $assist->name }}
@endsection @section('scripts') @endsection