@extends('admin.layouts.main-layout') @section('title', 'Manage Customers') @section('content')
| S. No. | Customer Name | Customer E-Mail | Customer Active Plan | Status | Actions |
|---|---|---|---|---|---|
| 1. | {{ $customers->first_name . ' ' . $customers->last_name }} | {{ $customers->email }} | {{ $customers->active_plan }} |
|
|