@extends('layouts.app') @push('pageTitle') {{ __('labels.membership_invoices') }} @endpush @push('css') @endpush @section('content')
@include('components.datatable.custom-search', [ 'tableId' => 'datatable-main', 'optionButtons' => [ [ 'id' => 'invoice_request_email', 'class' => 'btn-info', 'type' => 'button', 'text' => __('labels.send_request_email'), 'icon' => 'fa-solid fa-envelope', ] ] ]) @include('components.common.flush-message')
@foreach ($listresults as $index => $item) @endforeach
@endsection @push('js') @endpush