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