@extends('layout.app') @section('content')

Total Deleted: {{ $list->count() }}

@foreach ($list as $r) @endforeach
Client Id Customers Username Deleted By
{{ $r->customer_id }} {{ $r->username }} {{ $r->admin->name ?? '' }}
@endsection