@extends('layouts.admin') @section('styles') @endsection @section('app')
@foreach ($barbershop as $item) @endforeach
No Nama Kontak Patokan Alamat Dibuka Tutup Kas Gambar Tanggal Aksi
{{ $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}") }}"> attachment->formatted_attachment}") }}" alt="{{ $item->name }}" width="77" height="77"> @else Default Image @endif {{ formatDateIndo($item->created_at) }}
  • @csrf @method('delete')
@endsection @section('afterScripts') @endsection