@extends('layout.app') @section('content')
@if (auth()->user()->id == 1) Download CSV @endif
@foreach ($client_lists as $item) @endforeach
Id User name Password Profile Name Comment Reseller Name Reseller Name d Pop Name Package Name Billing Cycle Action
{{ $item->id }} {{ $item->username }} {{ $item->password }} {{ $item->profile_name }} {{ $item->mk_comment ?? '' }}
Save Delete
@endsection @section('ajax') @endsection