@section('title') My Profile @endsection @section('breadcrumbs') {{ Breadcrumbs::render('optInConsent') }} @endsection @push('styles') @endpush
@include('pages.users.profile-headerdetails')

@if($userOptInConsents->isNotEmpty()) {{ 'Last Added Date: ' . formatDateTimezone($userLastConsent->created_at, 'date') }} @endif

Add
@if($userOptInConsents->total() > 0)
@else

No data found.

@endif {{ $userOptInConsents->appends(request()->query())->links() }}
@push('scripts') @endpush