@extends('layouts.app') @section('content')
{!! Form::open(['url' => 'pagos/prima/crear_form','method'=>'get','id'=>'frmFiltros']) !!}
{!! Form::mtext('pago_prima_nombre_listado',null,'Nombre del listado',$errors,6,false,true) !!} {!! Form::mselect('pago_prima_forma_pago_id',$formas_pago,null,'Forma de Pago',$errors,6,false) !!}
{!! Form::mDate('pago_prima_fecha_inicial', null,'Fecha Inicial',$errors,6,true,true) !!} {!! Form::mDate('pago_prima_fecha_final', null,'Fecha Inicial',$errors,6,true,true) !!}
{!! Form::mtextAr('pago_prima_observacion', null,'Observaciones',$errors,12,false,false) !!}
{!! Form::close() !!}
@endsection @section('script') @endsection