@extends('layouts.master') @section('title','Edit Movie Preference') @section('content')

Update Movie Preference

@csrf @method('PATCH')
@error('name')
{{ $message }}
@enderror

@endsection