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

Expired Subscribers

{{--
--}}
@foreach ($subscriber_list as $tl) @endforeach
Subscription ID Company Name Email Id Start Date End Date Mobile No Active / Inactive Action
#{{ $tl->id }} {{ $tl->company_name }} {{ $tl->email }} {{ date('M-d-Y', strtotime($tl->created_at)) }} {{ date('M-d-Y', strtotime($tl->valid_plan_date)) }} + {{ $tl->country_code }} {{ $tl->mobile_number }}
is_active == 1 ? 'checked' : '' }} id="toggleSwitch">
@endsection