@extends('layouts.admin.master') @section('admin_main_body')

File Manager

@if ($file_categories->isEmpty())
Start By Creating Folders To Upload Files
@endif
{{-- --}}
@if ($file_categories == null || $file_categories->isEmpty())

Create New Folder

View All
@endif @if (!$file_categories->isEmpty())

Create New Folder Or Browse To Manage Files

View All
@endif @if ($file_categories == null || $file_categories->isEmpty()) No Data Found! @endif @if (!$file_categories->isEmpty())
@foreach ($file_categories as $file_category) @endforeach @endif
@if ($all_files == null || $all_files->isEmpty()) File Database is Empty! @endif @if (!$all_files->isEmpty())

Recent Files

View All
@endif
@endsection