@extends('socialite::layouts.default') @section('content')

@include('socialite::partials.home-leftbar', compact('trending_tags'))
@include('flash::message')
Select photos to move from one album to another
{{ csrf_field() }} @if($userAlbums->count() != 0) @endif
    @if(isset($videos)) @foreach($videos as $video)
  • {{-- /widget-card-project --}}
  • @endforeach @else
    {{ trans('socialite::messages.no_videos') }}
    @endif
@endsection @section('bottom_js') @endsection