Back to All Albums
124 Photos in Album
@php $photos = [ ['img'=>'1540575467063-178a50c2df87','caption'=>'Gala Entrance', 'tag'=>'Networking'], ['img'=>'1517245386807-bb43f82c33c4','caption'=>'Opening Speech', 'tag'=>'Keynote'], ['img'=>'1524178232363-1fb2b075b655','caption'=>'Discussion Panel 1', 'tag'=>'Panel'], ['img'=>'1544531586-fde5298cdd40','caption'=>'Award Presentation', 'tag'=>'Awards'], ['img'=>'1531058020387-3be344556be6','caption'=>'Workshop Demo', 'tag'=>'Workshop'], ['img'=>'1536895058696-a69b1c7ba34f','caption'=>'Registration Desk', 'tag'=>'Ceremony'], ['img'=>'1475721027785-f74eccf877e2','caption'=>'Gala Dinner Toast', 'tag'=>'Networking'], ['img'=>'1558008258-3256797b43f3','caption'=>'Poster Session', 'tag'=>'Presentation'], ['img'=>'1491975474562-1f4e30bc9468','caption'=>'Group Photo', 'tag'=>'Ceremony'], ['img'=>'1589829085413-56de8ae18c73','caption'=>'Networking Lunch', 'tag'=>'Networking'], ['img'=>'1573496359142-b8d87734a5a2','caption'=>'Keynote Q&A', 'tag'=>'Keynote'], ['img'=>'1507003211169-0a1dd7228f2d','caption'=>'Tech Demo', 'tag'=>'Workshop'], ['img'=>'1580489944761-15a19d654956','caption'=>'Panel Feedback', 'tag'=>'Panel'], ['img'=>'1560250097-0b93528c311a','caption'=>'Speaker Preparation', 'tag'=>'Keynote'], ['img'=>'1487412720507-e7ab37603c6f','caption'=>'Awards Handshake', 'tag'=>'Awards'], ]; @endphp
@foreach($photos as $photo) {{ $photo['caption'] }}
{{ $photo['tag'] }}

{{ $photo['caption'] }}

@endforeach