@extends('layouts.master') @section('content') @include('partials.containers-header') @livewire('banco-table') @include('partials.containers-footer') @endsection