@extends('layouts.master') @section('content') @include('partials.containers-header') @livewire('nota-credito-table',['id' => $id]) @include('partials.containers-footer') @endsection