Ignore:
Timestamp:
11/23/21 22:01:52 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
master
Children:
dbc5976
Parents:
4d73966
Message:

bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/folders/files.blade.php

    r4d73966 r0a1fb54  
    7070
    7171            <p>Files in {{$folder->name}}</p>
    72 
     72{{--            @dd($files)--}}
    7373            <div class="row">
    7474                @forelse($files as $file)
     75
    7576                    <div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
    7677                        <div class="card app-file-list">
     
    162163                <div class="modal-content">
    163164                    <div class="modal-header">
    164                         <h5 class="modal-title" id="exampleModalCenterTitle">Upload</h5>
     165                        <h5 class="modal-title" id="exampleModalCenterTitle">Upload files to {{$folder->name}}</h5>
    165166                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
    166167                            <i class="ti-close"></i>
Note: See TracChangeset for help on using the changeset viewer.