Name |
Email |
Mobile |
FixedLine |
Status |
Action |
@foreach ($customers as $customerrow)
{{ $customerrow->Customer_name }} |
{{ $customerrow->email }} |
{{ $customerrow->mobile_number }} |
{{ $customerrow->fixed_number }} |
@if ($customerrow->status == 0)
Inactive
@elseif ($customerrow->status == 1)
Active
@endif
|
@if ($customerrow->status == 0)
@elseif ($customerrow->status == 1)
@endif
|
@endforeach
{{ $customers->links() }}