@extends('mainapp::layouts.backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ ___('mainapp_subscriptions.Subscription List') }}

@forelse ($data['subscribes'] as $key => $row) @empty @endforelse
{{ ___('mainapp_common.sr_no') }} {{ ___('mainapp_common.email') }}
{{ ++$key }} {{ $row->email }}

{{ ___('mainapp_common.no_data_available') }}

{{ ___('mainapp_common.please_add_new_entity_regarding_this_table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush