@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Client Access Control
@csrf

@php $count = 1; @endphp @foreach ($customers as $customer) @endforeach
Sl Acc. No Login Id Client Name Mac Address Ip Address Mobile Package Client Status Login Type Client Type Router Ip Exp Date Status Action
{{ $count++ }} {{ $customer->ac_no }} {{ $customer->TrnClientsService->user_id }} {{ $customer->customer_name }} {{ $customer->TrnClientsService->mac_address }} {{ $customer->TrnClientsService->ip_number }} {{ $customer->mobile1 }} {{ $customer->TblClientType->name }} {{ $customer->TblStatusType->inv_name ?? '' }} {{ $customer->TblBandwidthPlan->bandwidth_plan }} {{ $customer->TblClientCategory->name }} {{ $customer->Router->router_ip }} {{ $customer->TrnClientsService->block_date }} {{ $customer->status }}
@foreach ($customers as $customer) @endforeach @foreach ($customers as $customer) @endforeach @foreach ($customers as $customer) @endforeach @foreach ($customers as $customer) @endforeach @foreach ($customers as $customer) @endforeach @foreach ($customers as $customer) @endforeach
@push('select2') @endpush @endsection