{{-- table loader --}}
{{ __('admin.loading') }}
{{-- table loader --}} {{-- table content --}} @if ($interestoptions->count() > 0) @endif @foreach ($interestoptions as $interestoption) @if ($interestoptions->count() > 0) @endif @endforeach
{{ __('admin.name') }} {{ __('admin.control') }}
{{ $interestoption->name }}
{{-- table content --}} {{-- no data found div --}} @if ($interestoptions->count() == 0)
{{ __('admin.there_are_no_matches_matching') }}
@endif {{-- no data found div --}}
{{-- pagination links div --}} @if ($interestoptions->count() > 0 && $interestoptions instanceof \Illuminate\Pagination\AbstractPaginator)
{{ $interestoptions->links() }}
@endif {{-- pagination links div --}}