@extends('layouts.admin') @section('title', 'Edit Circular / PDF') @section('page-title', 'Edit Circular / PDF') @section('content')
Back to Download Center
Edit Document details
@csrf @method('PUT')
PDF or Images up to 5MB. Leave empty to keep current file. @if($download->file_path)
Current File: {{ basename($download->file_path) }}
@endif
@endsection