@extends('../../layouts/partials/header')
@section('content_header')
Lista de ODMs
@endsection
@section('content')
Si necesita crear una ODM primero debes buscar una PARTIDA.
{{-- Agregando el componete de LiveWire datable --}}
@livewire('odms-index')
@endsection
@extends('../layouts/partials/footer')