@extends('layouts.app') @section('title', 'Customers List') @section('content') Customers Dashboard Customers Status All @foreach ($status as $key => $label) {{ ucfirst($label) }} @endforeach Add Profile Name Email Phone Number Wallet Amount Status Create On Action @endsection @section('scripts') @endsection