@extends('back.layouts.app', ['title' => $title]) @section('beforeBodyClose') @include('back.media.media_js'); @endsection @section('content')
@include('back.common_views.quicklinks')
Upload Image(s)

{{ csrf_field() }}
Folder:
Max : {{ getMaxUploadSize() }} MB

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif

Select Folder

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

{{ $val['album_title'] }}

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

@foreach ($val['all'] as $k => $v) @php $imgID = $val['album_id'] . '_' . $k; @endphp
Lights
{{ $v['name'] }}
@endforeach
@endforeach {{-- Modal 1 For Add Folder --}}