{{ __('person.photos') }}
@if ($this->photos->count() > 0)
@endif
@if ($this->photos->count() > 0)
@foreach ($this->photos as $photo)
{{ $photo['name'] }}
{{-- Left side --}}
@if ($photo['name'] != $person->photo)
@else
@endif
{{-- Right side --}}
{{ $photo['size'] }}
@endforeach
@else
@endif