@extends('layouts.backend') @section('content')
@foreach($tevaluacion as $te)
{{$te->nombre}}
Imagen Desktop:
@if($te->imagen_desktop!=null) @else @endif
Imagen Mobile:
@if($te->imagen_mobile!=null) @else @endif
@endforeach
@endsection