@extends('layouts.main') @section('title', 'Reporte | Pago por Transferencia') @section('header') @endsection @section('content') @if (str_contains($result['codrespuesta'], "CODE_001") || str_contains($result['codrespuesta'], "CODE_000" ) || str_contains($result['codrespuesta'], "CODE_002" ) || str_contains($result['codrespuesta'], "CODE_003" )|| str_contains($result['codrespuesta'], "CODE_004" )|| str_contains($result['codrespuesta'], "CODE_005" )|| str_contains($result['codrespuesta'], "CODE_006" )|| str_contains($result['codrespuesta'], "CODE_007" ))

{!! $result['mensaje'] !!}

{!! $result['entidadRespuesta'][0] !!}

@elseif (str_contains($result['codrespuesta'], "COD_000") || str_contains($result['codrespuesta'], "COD_001") || str_contains($result['codrespuesta'], "COD_002") || str_contains($result['codrespuesta'], "COD_003") )

{!! $result['mensaje'] !!}

@endif
pago

@endsection