@extends('backend.layouts.app') @section('title', app_name() . ' | ' .'Update clipart') @section('content') {{ html()->modelForm($shape, 'PATCH', route('admin.clipart.update', $shape->id))->class('form-horizontal')->attribute('enctype', 'multipart/form-data')->open() }}