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

Subscriber List

@if (isset($modPer) && $modPer->view == 1) Export Excel @endif
{{--
--}}
@foreach ($subscriber_list as $sl) @php $plan_name = []; $plan_name = explode(',', $sl->description); @endphp @endforeach
Subscription ID Company Name Email Id Plan Name Start Date End Date Mobile No Active / Inactive
#{{ $sl->id }} {{ $sl->company_name }} {{ $sl->email }} {{ $plan_name[0] }} {{ date('M-d-Y', strtotime($sl->created_at)) }} {{ date('M-d-Y', strtotime($sl->last_active_day)) }} + {{ $sl->country_code }} {{ $sl->mobile_number }}
@endsection