@extends('dashboard.layouts.app') @section('content')
@if (session('success')) @endif @if ($errors->any()) @endif
Show
Add New Shared Folder
@if ($folders->isNotEmpty())
@foreach ($folders as $folder) @endforeach
Name Status Created By Actions
{{ $folder->name }} @if ($folder->status) Active @else Not Active @endif {{ optional($folder->user)->full_name }}
{{ $folders->appends(request()->except('page'))->links('pagination::bootstrap-5') }}
@else

No Shared Folders found.

@endif
@endsection @push('scripts') @endpush