@extends('theme::backend.layouts.app') @section('theme::backend-content') @include('theme::backend.layouts.navbar')

{{ __('backend/downloads.title-edit') }}

{{ __('backend/downloads.edit') }}
@if ($message = Session::get('success'))
{{ $message }}
@endif
@method('PATCH') @csrf
{{ __('backend/downloads.name-help') }} @if($errors->has('name'))
{{ $errors->first('name') }}
@endif
{{ __('backend/downloads.link-help') }} @if($errors->has('link'))
{{ $errors->first('link') }}
@endif
{{ __('backend/downloads.size-help') }} @if($errors->has('file_size'))
{{ $errors->first('file_size') }}
@endif
@endsection @push('theme::javascript') @endpush