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