Roles Export Report

Generated on: {{ now()->format('M d, Y H:i') }} | Total Records: {{ count($roles) }}

@foreach($headings as $heading) @endforeach @foreach($roles as $role) @foreach($columns as $column) @if($column === 'status') @elseif($column === 'created_at' || $column === 'updated_at') @else @endif @endforeach @endforeach
{{ $heading }}
@if($role->trashed()) Deleted @else Active @endif {{ $role->{$column}->format('M d, Y') }}{{ $role->{$column} }}

Generated by {{ auth()->user()->name ?? 'System' }} using {{ config('app.name') }}