@if(session('theme') == 'dark') @php $theme = 'layouts.app_dark' @endphp @else @php $theme = 'layouts.app' @endphp @endif @extends($theme) @section('title', ' | '.session('modulo_activo')) @include('layouts.navbar_modulos_habilitados') @section('content')
Póliza | Importe | Fecha Informada |
---|---|---|
{{ $row['poliza'] }} | {{ number_format($row['importe'],0,",",".") }} | {{ $row['fechaPago'] }} |