@extends('cms.application') @section('content')
Online Service Links
Edit {{ $link->title_en }}
{!! Form::model($link, ['route' => ['cms.online_services.update', $link->id], 'method' => 'PATCH']) !!} @include('online_services._form', ['submitButton' => "Update"]) {!! Form::close() !!}
@stop