@extends('../../layouts/partials/header')
{{-- @section('title', 'Modulo IPR') --}}
@section('content_header')
Lista de IPRs
@endsection
@section('content')
{{-- Agregando el componete de LiveWire datable --}}
@livewire('iprs-index')
@endsection
@extends('../layouts/partials/footer')