{{ $plural }} Total Records : {{ $this->data->total() }}

@foreach ($this->data as $item) @endforeach
#ID Name Phone Address Balance Status
{{ $item->id }} {{ $item->name }} {{ $item->phone }} {{ $item->address }} ₹0 {!! status($item->status) !!}
{{ $this->data->links() }}