@extends('base.layout') @section('content')
Export / Download JSON Lintas Database

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Download Per Tabel:

    @foreach($tableInfo as $table)
  • {{ $table['name'] }} @if($table['size']) ({{ number_format($table['size'] / 1024, 2) }} KB) @else (File tidak ditemukan) @endif
    ⬇️ Download
    @csrf
  • @endforeach
@endsection @push('script') @endpush