Formatting
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
@section('page_content')
|
||||
<div class="ui container">
|
||||
<h4 class="ui header">Bienvenid@ {{$user->name}}</h4>
|
||||
<h4 class="ui header">Bienvenid@ {{ $user->name }}</h4>
|
||||
<div class="ui basic fitted segment">
|
||||
<span id="cuotas_hoy"></span>
|
||||
<span id="cuotas_pendientes"></span>
|
||||
|
||||
@ -94,9 +94,8 @@ return [
|
||||
Incoviba\Service\Informe::class => function(ContainerInterface $container) {
|
||||
return new Incoviba\Service\Informe(
|
||||
$container->get(Psr\Log\LoggerInterface::class),
|
||||
$container->get('folders')->get('informes')
|
||||
)
|
||||
->register('xlsx', Incoviba\Service\Informe\Excel::class);
|
||||
$container->get('folders')->get('informes'))
|
||||
->register('xlsx', Incoviba\Service\Informe\Excel::class);
|
||||
},
|
||||
Incoviba\Service\Contabilidad\Informe\Tesoreria\Output\Excel::class => function(ContainerInterface $container) {
|
||||
return new Incoviba\Service\Contabilidad\Informe\Tesoreria\Output\Excel(
|
||||
|
||||
Reference in New Issue
Block a user