@section('title') Opt In Consent @endsection @section('breadcrumbs') {{ Breadcrumbs::render('user-optin-consent') }} @endsection @section('style') @endsection
Clear
@if (count($optInConsents) > 0) @foreach ($optInConsents as $data) @endforeach @else @endif @if($optInConsents && $optInConsents->count()) {!! $optInConsents->appends(request()->input())->links() !!} @endif
@push('scripts') @endpush