229 url for downloads (#369)

* Allow file uploads for subfleet

* Allow URL to be used for a download

* Remove old FileUploadRequest

* Move file removal logic to service layer

* Remove unused import

* Remove unused packages
This commit is contained in:
Nabeel S
2019-08-26 14:43:50 -04:00
committed by GitHub
parent bbec276da8
commit 651174bda8
7 changed files with 112 additions and 39 deletions

View File

@@ -27,5 +27,11 @@
@include('admin.subfleets.expenses')
</div>
</div>
<div class="card border-blue-bottom">
<div class="content">
@include('admin.common.file_upload', ['model' => $subfleet])
</div>
</div>
@endsection
@include('admin.subfleets.script')