@extends('../../layouts/partials/header')
@section('content_header')
Partidas
@endsection
@section('content')
* Para crear una nueva ODM debe seleccionar una PARTIDA
{{-- Agregando el componete de LiveWire datable --}}
@livewire('partida-index')
@endsection
@extends('../layouts/partials/footer')