@extends('Dashboard.layouts.master') @section('title','Team | List') @section('css') @endsection @section('content')
No. | Name | Status | Actions | |
---|---|---|---|---|
No data Found | ||||
{{ ++$key }} | {{ $customer->name }} | {{ $customer->email }} |
{{ $customer->status == 1 ? __('forms.enabled') : __('forms.disabled') }}
|