@extends('backend.layouts.main') @section('title') Create New Download @endsection @section('content')

Create New Download

@csrf @include('backend.downloads.partials.form')
@endsection