@extends('layouts.layout_failure') @section('breadcrumb') @endsection @section('content_right')
{{ __('Visualización de Fallas Nivel 2') }}
@if( isset($failures_lv2[0]) ) @foreach( $failures_lv2 as $failure ) @endforeach @endif
Fallas Nivel 2 Fallas Nivel 1
{{ $failure->failure_lv2 }} {{ $failure->failure_lv1 }}
{!! $failures_lv2->render() !!}
@endsection