@extends('layouts.default') @section('content')

Country Services Management

Update Service
@include('layouts.flash')
{!! Form::model($target, array('route' => array('countryservices.update', $target->id), 'method' => 'PUT', 'class' => 'form-horizontal', 'id' => 'userId')) !!} @include('countryservices.form')
{!! Form::close() !!}
@stop