@extends('layouts.color_admin.default') @section('title', 'Gebruikers') @push('css') @endpush @section('content')

Gebruikers

totaal: {{ count($list) }}

Gebruiker Aanmaken Gebruiker Importeren Met CSV
@forelse($list as $key => $item) @php $checked = ""; if($item->active){ $checked = "checked"; } @endphp @empty @endforelse
# OAV Nummer Bedrijfsnaam E-mail Adres Startdatum Einddatum Actie
{{ $key + 1 }} {{ $item->oav_number }} {{ $item->company_name }} {{ $item->email }} {{ $item->address }} {{ $item->start_date }} {{ $item->end_date }} {{-- @if(!empty($item->u_id)) verzoek @endif --}} Detail active ? 'checked' : '' }}>
Geen data.
{{--
{{ $list->links() }}
--}}
@endsection @push('scripts') @endpush