@extends('frontend.layouts.partials.app') @section('title', 'Home') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content') Gallery @foreach ($galleries as $gallery) @php $images = json_decode($gallery->images, true) ?? []; @endphp @foreach (array_slice($images, 0, 3) as $img) @endforeach @if (isset($images[3])) @if (count($images) > 4) +{{ count($images) - 4 }} more @endif @endif {{ count($images) }} Photos {{ $gallery->name }} {{ $gallery->created_at->format('F d, Y') }} @endforeach @endsection
Gallery
{{ $gallery->created_at->format('F d, Y') }}