{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: export.blade.php ------------------------------------------------------ Use: The report detail table as an Excel-openable file: a plain RTL HTML table served with a spreadsheet content type, so every sheet app opens it with Persian intact and no host-side package. ===================================================== --}} @foreach ($table['headers'] as $header) @endforeach @foreach ($table['rows'] as $row) @foreach ($row as $cell) @endforeach @endforeach
{{ $header }}
{{ $cell }}