@extends('layouts.dashboard') @section('content')

Dashboard

Data User

@foreach ($users as $item) @endforeach
Name Email Role iS Google Account Image Actions
{{ $item->name }} {{ $item->email }} {{ $item->role }} {{ $item->is_google_account ? 'Ya' : 'Bukan' }}
@push('js') @endpush @endsection