@extends('panel.layout.base') @section('title',$title) @section('content')
@if(isset($actions['right'])) @foreach($actions['right'] as $item) {{ $item['title'] }} @endforeach @endif
@if (\Session::has('success'))
@elseif (\Session::has('warning'))
@endif
@foreach($data as $item) @php $reaction = json_decode($item->info,true); @endphp @endforeach
Oturum Kodu Reaksiyon İşlem Tarihi İşlemler
{{ $item->session }} {{ isset($reaction['reaction']) ? $reactionList[$reaction['reaction']] : null }} {{ \Carbon\Carbon::parse($item->created_at)->format('d/m/Y H:i') }} İncele
@endsection @section('style') @endsection @section('script') @endsection