@extends('layouts.layout_accident') @section('breadcrumb') @endsection @section('content_right')
{{ __('Visualización de Tipos de Accidentes') }}
@if( isset($accidentType[0]) ) @foreach( $accidentType as $type ) @endforeach @endif
Tipo de Accidentes
{{ $type->accident_type }}
{!! $accidentType->render() !!}
@endsection