@foreach($tphotos as $tphoto)
@php
$photo_path="https://cdn1.iconfinder.com/data/icons/rcons-user-action/512/user-512.png";
if($tphoto->photo_name!=''){
$photo_path=Storage::url('TID-'.$tphoto->toilet_id.'/' . $tphoto->photo_name);
}
@endphp
@endforeach