@extends('admin.layouts.master') @section('title') users @endsection @section('css') @endsection @section('content')
name | phone | phone whatsapp | count Orders | Status | Action | |
---|---|---|---|---|---|---|
{{ $row->name() }} | {{ $row->phone }} | {{ $row->whatsapp_phone }} | {{ $row->orders()->count() }} |
is_active == '1' ? 'checked' : ''}}
onchange="toggleStatus({{$row->id}}, this.checked ? '1' : '0')">
|
{{-- --}}
{{-- --}}{{-- --}}
{{-- --}}{{-- | --}}
|