File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ private function buildTable()
138138 $ columns .= '<td>{{ $row-> ' . $ field ->relationship_name . '-> ' . $ field ->relationship_field . " }}</td> \r\n" ;
139139 $ used [$ field ->relationship_field ] = $ field ->relationship_field ;
140140 } elseif ($ field ->type == 'photo ' ) {
141- $ columns .= '<td>@if($row-> ' . $ field ->title . '. != \'\')<img src="{{ asset( \'uploads/thumb \') . \'/ \'. $row-> ' . $ field ->title . " }} \">@endif</td> \r\n" ;
141+ $ columns .= '<td>@if($row-> ' . $ field ->title . ' != \'\')<img src="{{ asset( \'uploads/thumb \') . \'/ \'. $row-> ' . $ field ->title . " }} \">@endif</td> \r\n" ;
142142 $ used [$ field ->title ] = $ field ->title ;
143143 } else {
144144 $ columns .= '<td>{{ $row-> ' . $ field ->title . " }}</td> \r\n" ;
You can’t perform that action at this time.
0 commit comments