@extends('template.layoutAdmin', ['activeButton'=>'pagos']) @section('title') {{ trans('payments.tituloPagos') }} @endsection @section('cabecera') @include('system.payments.cabecera') @endsection @section('contenido')
@if(Session::has('message')) @endif @if(Session::has('message_error')) @endif
@endsection