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