@extends('manage.layout') @section('content')

Edit Movie: {{ $movie->movie_name }}

@csrf @method('DELETE')

{{-- PUT Form with values: Name, Description, Image, Length, Year, Age Limit--}}
@csrf @method('PUT')

Movie Showings:

@endsection