@extends('layouts.app') @section('content')
{{ $label["reporte_contrato_ecs"] }}
{!! Form::open(['url' => '/reportes/servicios/exportar','method'=>'POST','role'=>'form','id'=>'form-reporte-contrato-cuenta-servicio']) !!}
{!! Form::mselect('cliente', [],null, 'Cliente', $errors,6, $required=true,$label = true,$otro = false,$actions = null,$disabled=false) !!} {!! Form::mselect('contrato',[],null,'Cotrato',$errors,6, $required=true,$label = true,$otro = false,$actions = null,$disabled=true) !!} {!! Form::mselect('servicio',[],null,'Servicio',$errors,6, $required=true,$label = true,$otro = false,$actions = null,$disabled=true) !!}
{!! Form::close() !!}
@endsection @section('script') @endsection