@extends('backend.layouts.admin.admin') @section('name', 'Download') @section('content')
{{ Form::model($download, ['route' =>['download.update', $download->id],'class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }} {{ method_field('PUT') }} @include('backend.download.partials.form', ['header' => 'Edit download ('.Str::limit($download->title, 47).')']) {{ Form::close() }}
@stop @push('styles') @endpush @push('scripts') @endpush