@extends('layouts.admin') @section('styles') @endsection @section('app')
| No | Penginput | Nama | Kontak | Tanggal | @if (in_array(auth()->user()->role_id, [1, 3]))Aksi | @endif
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $customer->user->biography->full_name ?? 'deleted-' }} | {{ $customer->name }} | {{ $customer->contact_number ?? '-' }} | {{ formatDateIndo($customer->created_at) }} | @if (in_array(auth()->user()->role_id, [1, 3]))@endif |