@extends('panel.layouts.app') @push("head") @endpush @section('body')
@php($counter = 1) @foreach($data['Logs'] as $list) @endforeach
# Name Action Sent at
{{$counter++}} {{$list['Users']->name }} @ {{$list['Users']->username}} {{$list->logs}} {{$list->created_at}}
@endsection @push('scripts') @endpush