{!! Form::label('titulo', 'Titulo:') !!}
{!! Form::text('titulo', isset($servicio) ? $servicio->titulo : null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
@if(isset($detalle) && $detalle !== true)
{!! Form::label('description', 'Descripción:') !!}
{!! Form::textarea('description', null, ['class' => 'form-control', 'maxlength' => 65535, 'maxlength' => 65535]) !!}
@endif
@if(isset($detalle) && $detalle !== true)
{!! Form::label('precio', 'Precio:') !!}
{!! Form::text('precio', null, ['class' => 'form-control', 'maxlength' => 255, 'maxlength' => 255]) !!}
@endif
@if(isset($detalle) && $detalle == true)
@endif
@push('scripts')
@endpush
@push('scripts')
@endpush