@extends('adminlte::page') @section('plugins.Datatables', true) @section('plugins.Sweetalert2', true) @section('title', 'Intranet | Registros De Bancos') @section('content_header')
| Acción | Nombre | Codigo SBIF | Estado | |
|---|---|---|---|---|
|
@if (Gate::check('banco.destroy') || Gate::check('banco.edit'))
|
{{ $banco->banco }} | {{ $banco->codigo_sbif }} | @if ($banco->estado == 'Operativo'){{ $banco->estado }} | @else{{ $banco->estado }} | @endif