@extends('cms::layouts/dashboard') @section('breadcrumb') @endsection @section('dashboard-content')
@foreach($rows as $row) @endforeach
# Admin CMS Page Record # Action Date
{{ $row->id }} {{ $row->admin->email }} {{ $row->page->route }} {{ $row->record_id }} {{ $row->action }} {{ $row->created_at }}
@endsection