@extends('appshell::layouts.private') @section('title') {{ __('Editing') }} {{ $channel->name }} @stop @section('content') {!! Form::model($channel, [ 'route' => ['vanilo.admin.channel.update', $channel], 'method' => 'PUT' ]) !!}