@extends('layouts.app') @section('title', $title = $form->name) @section('content') @include('shared.button', ['type' => 'delete', 'url' => route('forms.destroy', $form)]) @endsection