8 lines
223 B
PHP
8 lines
223 B
PHP
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="uploadheader">
|
|
<h3 id="upheader">Upload</h3>
|
|
</div>
|
|
<h5>Sorry, but uploading from mobile devices is not allowed at the moment!</h5>
|
|
@endsection
|