@if (Session::has('success'))
Success ! {{ session('success') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
Error ! {{ $error }}
@endforeach
@endif
@php
$count = 1;
@endphp
| Sl |
Acc. No |
Login Id |
Client Name |
Mac Address |
Ip Address |
Mobile |
Package |
Client Status |
Login Type |
Client Type |
Router Ip |
Exp Date |
Action |
@foreach ($customers as $customer)
| {{ $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 }} |
|
@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
@foreach ($customers as $customer)
@endforeach
@push('select2')
@endpush
@endsection