{!! Form::open(['route' => ['user_services', $id],'id'=>'formajax2']) !!}
| Country | Services | Note | Action |
|---|---|---|---|
| {{$service->inquiry_country}} | {!! Common::userServices($service->service_id) !!} | {{$service->notes}} | {!! Form::open(['route' => ['user_services',[$id,'del'=>$service->id]], 'method' => 'delete','class'=> 'formajax2']) !!} {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn text-danger', 'onclick' => 'return confirm("Are you sure, want to delete this service?")' ]) !!} {!! Form::close() !!} |