@extends('adminlte::page') @section('plugins.Sweetalert2', true) @section('plugins.Datatables', true) @section('title', 'Intranet | Nuevo Banco') @section('content_header')
| Nombre | Codigo SBIF | Estado | |
|---|---|---|---|
| {{ $ban->banco }} | {{ $ban->codigo_sbif }} | @if ($ban->estado == 'Operativo'){{ $ban->estado }} | @else{{ $ban->estado }} | @endif