@extends('dashboard.layouts.main') @section('container')

File Panduan

@if (session()->has('success')) @endif
Upload a New File @foreach ($guidances as $guidance) @endforeach
# Name Size File Path Action
{{ $loop->iteration }} {{ $guidance->name }} {{ number_format(round($guidance->size / 1024, 2),2,",",".") }} Kb {{ $guidance->path }}
@method('delete') @csrf
@endsection