@extends('borrower.partial.master') @section('uploadFile', 'active') @section('content') @push('style') @endpush
{{-- search --}}
{{-- search --}} {{-- bottons --}}
{{-- bottons --}}
@php $itemCount = $folders->count() + $files->count(); @endphp
{{ $itemCount }} items
@if (!$folders->isEmpty()) @forelse ($folders as $folder) {{-- --}} @empty @endforelse @endif @forelse ($files as $file) {{-- --}} @empty @endforelse
Name Size Created At Action
Edinburgh{{ $folder->created_at->format('m-d-Y') ?? '' }} {{-- --}}
@php $role = $file->admin_id != null ? 'Admin' : ($file->lender_id != null ? 'Lender' : 'Borrower'); @endphp {{ $file->file_name }}
{{ $file->size }}Edinburgh{{ $file->created_at->format('m-d-Y') ?? '' }}
@endsection @push('script') @endpush