{{-- card header --}}
{{ __('person.photos') }} @if ($this->photos->count() > 0) @endif
{{-- uploads --}}
{{ __('app.save') }} {{ __('app.saving') ?? 'Saving...' }}
{{-- card body --}}
@if ($this->photos->count() > 0)
@foreach ($this->photos as $photo)
{{ $photo['name'] }}
{{ $photo['name'] }}
{{-- Left side --}}
@if ($photo['name'] != $person->photo) @else @endif
{{-- Right side --}}
{{ $photo['size'] }}
@endforeach
@else
@endif