@extends('layouts.app') @section('title', 'Gallery') @section('content')
{{--YOTA camp--}} {{--YOTA--}} @if (count($images) > 0) @foreach ($images as $image)
{{ $image->name }}
@auth @endauth
@endforeach {{ $images->links() }} @else There are currently no images in gallery. @endif
@endsection()