@extends("layouts.main") @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
{{-- Customers header --}}
Customers
{{-- add modal --}}
@csrf
@php $slNumber = 1 @endphp @foreach ($customers as $cust) {{-- edit modal --}} @endforeach
Sl User ID Customer Name IP Address Mobile Package Client Status Bill Start Date Client Cateory Bill Type
{{ $slNumber++ }} {{ $cust->user_id }} {{ $cust->customer_name }} {{ $cust->ip_number }} {{ $cust->mobile1 }} {{ $cust->package }} {{ $cust->inv_name }} {{ $cust->bill_start_date }} {{ $cust->client_type_name }} {{ $cust->bill_type_name }}
@push('select2') @endpush @endsection