Clientes
{{-- @include('layouts.search', ['route' => route('admin.customers.index')]) --}} @foreach ($customers as $customer) @endforeachID | Nome | Status | Ação | |
{{ $customer['id'] }} | {{ $customer['name'] }} | {{ $customer['email'] }} | @include('layouts.status', ['status' => $customer['status']]) |