@extends('layouts.user', ['heading' => $title]) @section('content')
Export Excel Export PDF
@foreach($headings as $heading) @endforeach @forelse($rows as $row) @foreach($row as $cell) @endforeach @empty @endforelse
{{ $heading }}
{{ $cell }}
No records found.
@endsection