@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 Action
{{ $count++ }} {{ $customer->account_no }} {{ $customer->user_id }} {{ $customer->customer_name }} {{ $customer->mac_address }} {{ $customer->ip_number }} {{ $customer->mobile1 }} {{ $customer->package }} {{ $customer->inv_name }} {{ $customer->bandwidth_plan }} {{ $customer->client_type_name }} {{ $customer->router_ip }} {{ $customer->block_date }}
@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 @foreach ($customers as $customer) @endforeach
@push('select2') @endpush @endsection