@if( count($errors) > 0)
@foreach($errors->all() as $error)
{!! Form::close() !!}
Error:
{{ $error }}
@endforeach
@endif
{!! Form::open(array('url' =>'admin/updateService', 'method'=>'post', 'class' => 'form-horizontal form-validate', 'enctype'=>'multipart/form-data')) !!}
{!! Form::hidden('service_id', $result['service']->service_id, array('class'=>'form-control', 'id'=>'service_id')) !!}
@foreach($result['description'] as $description_data)
{{ trans('labels.EnterServiceNameIn') }}
@endforeach
{!! Form::text('services_price', $result['service']->services_price, array('class'=>'form-control number-validate', 'id'=>'services_price')) !!}
{{ trans('labels.SelectStatus') }}