@extends('layout') @section('title', 'Edit '.$actor->code) @section('content')
← {{ $actor->code }}Canonical actor

Edit relationship

@csrf @method('PUT') @include('actors._form')
Cancel
@endsection