diff --git a/resources/views/pages/landing/asset-show.blade.php b/resources/views/pages/landing/asset-show.blade.php index 1f7cf08..05a0390 100644 --- a/resources/views/pages/landing/asset-show.blade.php +++ b/resources/views/pages/landing/asset-show.blade.php @@ -3,7 +3,7 @@ @section('content')
-
+
Asset Detail @@ -44,15 +44,17 @@
-
+ @php $firstPhoto = $asset->photos->first(); @endphp +
+ foto aset +
+
@forelse($asset->photos as $photo) -
- - foto aset - -
+ @empty -
Belum ada foto aset.
+ Belum ada foto aset. @endforelse
@@ -61,4 +63,18 @@
+ +@section('scripts') + +@endsection @endsection