@extends('layouts.app') @section('title', 'Edit ' . $video->title . ' | ' . config('app.name')) @section('main_class', 'edit-page-only edit-page-responsive') @section('extra_styles') @endsection @section('content')
Replace Media File
Fix a corrupted or missing file without losing any views, likes, or comments.
Danger Zone