@extends(decide_template()) @php($authUser = getAuthUser()) @section('title', strip_tags($pageTitle)) @section('page_styles') @endsection @section('page_scripts') @include('includes.view-pages-filter-script') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif @if (Session::has('error-msg'))
{{ Session::get('error-msg') }}
@endif
@if (routeAccess('contact.create',$authUser)) @endif @if (routeAccess('contact.import',$authUser)) @if(empty($list)) @else @if($list->disable_import != 1 or !isClient(Auth::user())) @endif @endif @endif

@php($bulkUpdate = routeAccess('contact.bulk-update.store',$authUser)) @php($bulkDelete = routeAccess('contact.destroy',$authUser)) @php($bulkAction = $bulkUpdate || $bulkDelete) @if($bulkAction) @endif @if($list_id > 0) @endif
@if(!isset($list_id)) @include('includes.view-pages-filter') @endif
@if(!empty($list) and $list->contacts_limit > 0)
@endif
( ! ) Warning: Undefined variable $haveSortOrder in /home/mohamma2/public_html/subdomains/new.mohammad.jt.mumara.dev/resources/views/themes/default/subscriber/index.blade.php on line 1030
Call Stack
#TimeMemoryFunctionLocation
10.0014528952{main}( ).../index.blade.php:0
{{trans('contacts.view.table_heading.contact')}} {{trans('contacts.view.table_heading.group_name')}} {{trans('contacts.view.table_heading.list')}} {{ trans('common.table_heading.created_on') }} {{trans('contacts.view.table_heading.bounced')}} {{trans('contacts.view.table_heading.unsubscribed')}} {{trans('contacts.view.table_heading.confirmed')}} {{trans('common.table_heading.actions')}}

( ! ) Warning: Undefined variable $list_id in /home/mohamma2/public_html/subdomains/new.mohammad.jt.mumara.dev/resources/views/themes/default/subscriber/index.blade.php on line 1368
Call Stack
#TimeMemoryFunctionLocation
10.0014528952{main}( ).../index.blade.php:0
@endsection