@include('audio::admin.common.bulkActionLayout', ['access_type' => 'subscribers'])
@{{field.name}}
{{trans('base::general.not_found')}}
@{{ ((currentPage - 1) * rowsPerPage) + $index + 1 }} @{{ record.created_at | date:'dd-MM-yyyy'}} @{{ record.subscriber_details.first_name + ' ' + record.subscriber_details.last_name }} @{{ record.note_type }} @{{ record.sub_note_type || '-' }} @{{ record.subject || '-'}} @{{ record.description}} @{{ record.updates || 'not updated'}}
{{trans('base::general.edit')}}
{{trans('base::general.delete')}}
@include('base::layouts.pagination')