@extends('front/_.app') @section('content')
@foreach ($PhotoLibraries as $PhotoLibrary) @if($PhotoLibrary->getImg()) @endif @endforeach
@endsection