@extends('layouts.master') @push('page-style') @endpush @section('page-content')

Update Form

{{ csrf_field() }} {{ method_field('put')}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('filepath')) {{ $errors->first('filepath') }} @endif
@if(isset($download->filepath)) {{$download->filepath}} @endif
@endsection