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