@extends('layouts.app') @section('title', 'Home') @section('content')

Category's List

Images for Category: {{ $category }} (Client: {{ $client }})

@if(count($imagePaths) > 0) @endforeach @else

No images found for this category.

@endif
# Image Name Action
{{ $loop->iteration }} Image {{ basename($imagePath) }}
@endsection