@extends('adminlte::page') @section('plugins.Sweetalert2', true) @section('plugins.Select1', true) @section('plugins.icheck', true) @section('title', 'Intranet | Detalle Proveedor') @section('content_header')
| Banco | Tipo De Cuenta | Numero Cuenta | Rut De La Cuenta |
|---|---|---|---|
| {{ $datosBancario->banco->banco }} | {{ $datosBancario->tipo_cuenta_bancaria }} | {{ $datosBancario->numero_cuenta_bancaria }} | {{ $datosBancario->rut_cuenta_bancaria }} |