@extends('backend.layouts.app') @section('head') @endsection @section('content')
Uploaded Files
@if($all_uploads->isNotEmpty()) @foreach ($all_uploads as $file)
Card image cap
{{$file->file_original_name.'.'.$file->extension}}
{{formatBytes($file->file_size)}} ({{$file->id}})
@endforeach @endif
@endsection @section('modal') @include('backend.modals.delete') @endsection @section('script') @endsection