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

{{ $data['title'] }}

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

{{ ___('common.No data available') }}

{{ ___('common.Please add new entity regarding this table') }}

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