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