@extends('adminlte::page') @section('plugins.Sweetalert2', true) @section('plugins.Select1', true) @section('plugins.icheck', true) @section('title', 'Intranet | Detalle Proveedor') @section('content_header')
@stop @section('content')

Detalle Proveedor

@csrf
@if ($proveedor->condicion_pago == '30 DÍAS') @else @if ($proveedor->condicion_pago == '45 DÍAS') @else @if ($proveedor->condicion_pago == '60 DÍAS') @else @if ($proveedor->condicion_pago == '90 DÍAS') @else @endif @endif @endif @endif
proveedor_critico==true) checked @endif disabled>
proveedor_critico==false) checked @endif disabled>
requiere_requisitos_legales==true) checked @endif disabled>
requiere_requisitos_legales==false) checked @endif disabled>

Datos Bancarios

@foreach ($proveedor->datosBancarios as $datosBancario) @endforeach
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 }}
@stop @section('footer')
Intranet
Copyright © 2023 aspenspa.cl @stop @section('css') @stop @section('js') @stop