{!!Form::hidden('user_owner_id', Auth()->user()->id,['id'=>'user_owner_id'])!!} {!!Form::hidden('_modalTicket', "1",['id'=>'_modalTicket'])!!} {!!Form::hidden('type', null,['id'=>'type'])!!}




{!!Form::file('ticket_file',null,['class'=>'form-control-file','id'=>'ticket_file'])!!}
@section('scripts') {!!Html::script('js/clientes-tickets.js')!!} @endsection