@extends('user.layouts.template') @section('style') @endsection @section('content') @php $permission = session()->get('permissions'); @endphp
Report {{ $page_name ?? "" }}

{{ $page_name ?? "" }}

@if(!empty($response['columns'])) @foreach($response['columns'] as $column) @endforeach @if(!empty($response['data'])) @foreach($response['data'] as $row) @foreach($row as $cell) @endforeach @endforeach @endif
{{ $column }}
{{ $cell }}
@endif
@endsection @section('script') @section('script') @endsection @endsection