@extends('layouts.app') @section('content')

Edit Movie

@if ($errors->any())
@endif
@csrf @method('PUT')
@endsection