@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

EDIT DOWNLOAD TOOL

@csrf
@if ($errors->has('cover_image')) @endif
@if ($errors->has('title')) @endif
@if ($errors->has('content')) @endif
@if ($errors->has('downloadable_file')) @endif
@if(!empty($downloadtool['downloadable_file']))

Download file

@endif
@endsection