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