@extends('layouts.app') @section('content')
No | Nama | Rental Approved | Card | Tanggal Daftar | Aksi | |
---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $user->name }} | {{ $user->email }} | @if($user->rental_approved) Disetujui @else Belum Disetujui @endif | @if($user->id_card_path) Lihat @else Belum Upload @endif | {{ $user->created_at ? $user->created_at->format('d-m-Y') : '-' }} |