Textos del login
@foreach ($login->where('tipo', 'text') as $c)
@if($c->descripcion){{ $c->descripcion }}@endif
@endforeach
Imágenes del login
@foreach ($login->where('tipo', 'image') as $c)
@if($c->valor && file_exists(public_path('storage/'.$c->valor)))
@else
Sin imagen cargada
@endif
@endforeach
{{-- TAB MARCA --}}