@extends('layouts.main') @section('title') Download: Edit @endsection @section('content')
@csrf @method('PUT') @include('download.partials.form')
 Cancel
@endsection