@extends('layouts.admin') @section('styles') @endsection @section('app')
| No | Nama | Kontak | Patokan | Alamat | Dibuka | Tutup | Kas | Gambar | Tanggal | @if (in_array(auth()->user()->role_id, [1, 3]))Aksi | @endif
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->name }} | {{ $item->contact_number }} | {{ $item->landmark }} | {{ $item->address }} | {{ formatDateIndo($item->opened) }} | {{ $item->closed ? formatDateIndo($item->closed) : 'Masih Beroperasi' }} | {{ formatToRupiah($item->cash) }} |
@if ($item->attachment && $item->attachment->formatted_attachment)
attachment->formatted_attachment}") }}">
@endif
|
{{ formatDateIndo($item->created_at) }} | @if (in_array(auth()->user()->role_id, [1, 3]))@endif |