@extends('back.layouts.app', ['title' => $title]) @include('back.files.files_js'); @section('content')
@include('back.common_views.quicklinks')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Upload File(s)

{{ csrf_field() }}
Folder:
Max : {{ getMaxUploadSize() }} MB
Allowed Extensions: @foreach ($filesExts as $key => $val) {!! $val !!} {!! $key !!} @endforeach

Select Folder

@foreach ($albumsObj as $ak => $av) @endforeach
@foreach ($albumsObj as $kk => $val)

{{ $val['album_title'] }}

@if ($val['album_title'] != 'root') @endif