@extends(getTemplate('admin')) @section('content') @push('custom-css') @endpush

{{__('takenplace::takenplace.event_management')}}

{{$title}}

@foreach ($albums as $album)
@foreach ($album->photos as $photo)
@if ($album->isInPhotos($photo[0])) Remove From Slideshow @else Add To Slideshow @endif
@endforeach
@endforeach
@push('custom-js') @endpush
@endsection