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