@extends('layouts.app') @section('title', 'Edit Actor') @section('content')

Edit Actor

@csrf @method('PUT')
Back
@endsection