@foreach($rahebar as $data) @endforeach
No. Name Phone Email Created On Subscriber Status Actions
{{ $no++ }} {{ $data->name }} {{ $data->mobile }}
{{ $data->email }} {{ changeDateFormate($data->created_at) }} {{ changeTimeFormate($data->created_at) }} {{ getMerchantSubscribeStatus($data->subscriber_status) }} Change Subscriber Status
Showing {{ $rahebar->firstItem() }} to {{ $rahebar->lastItem() }} of {{ $rahebar->total() }} entries
{!! $rahebar->appends(array('paginate'=>$paginate,'txtsearchable' => $txtsearchable))->links() !!}