@if($acc == "list" ) @include('layouts.breadcumb') @section('header') @stop

{{ Form::label('lb_fecha', _('Periodo'), ['class'=>'control-label']) }}
{{ Form::label('lb_regional', _('Regional'), ['class'=>'control-label']) }}


@if( Input::get('fecha_rango') ) @if($rows) @foreach($rows as $row) @endforeach @endif
FECHA RECIBO OBSERVACION CODIGO ASESOR NIT SUCURSAL FOTO  
{{date('d-m-Y H:i', strtotime($row->created_at))}} {{ str_pad($row->numero, 5, "0", STR_PAD_LEFT)}} {{$row->observacion}} {{$row->codigo}} {{$row->nombre}} {{$row->nit}} {{$row->sucursal_nombre}}
@endif
@section('footer') @stop @endif @if( $acc == "foto" ) {{ Form::open( ['role' => 'form', 'class' => 'validate', 'autocomplete'=>'off', 'id' => 'frmexcluir']) }} {{Form::close()}} @endif