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